Admin APIAPI ReferenceCollectionsObjectsCollectionSortOn this pageCollectionSort Object Description Sort configuration for a collection. Declaration type CollectionSort { key: String order: Int} Fields NameTypeDescriptionkeyStringField name to sort by (e.g., "posted", "price", "available").orderIntSort order (1 for ascending, -1 for descending).