# Collection

# Pagination

Group of objects are returned as Collection types containing pagination information and items, such as CategoryCollection. The response is controlled with the page and perPage arguments.

# Sort

The sort argument can be used to sort Collection.items based on one or more property paths.

# Query

Queries to filter Collection.items are provided in the query argument and must follow Elasticsearch's query string sytnax (opens new window).

Example: Products published in September 2020.

# IncludeIds

The includeIds argument is useful to retrieve specific items by ids.