# catalogsCount - admin-graphql - QUERY Version: 2024-10 ## Description The count of catalogs belonging to the shop. Limited to a maximum of 10000. ### Access Scopes ## Arguments * [query](/docs/api/admin-graphql/2024-10/scalars/String): String - A filter made up of terms, connectives, modifiers, and comparators. | name | type | description | acceptable_values | default_value | example_use | | ---- | ---- | ---- | ---- | ---- | ---- | | default | string | Filter by a case-insensitive search of multiple fields in a document. | | | - `query=Bob Norman`
- `query=title:green hoodie` | | app_id | id | | company_id | id | | company_location_id | id | | id | id | Filter by `id` range. | | | - `id:1234`
- `id:>=1234`
- `id:<=1234` | | managed_country_id | id | | market_id | id | | status | string | | title | string | You can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax). * [type](/docs/api/admin-graphql/2024-10/enums/CatalogType): CatalogType - The type of the catalogs to be returned. ## Returns * [count](/docs/api/admin-graphql/2024-10/scalars/Int): Int! The count of elements. * [precision](/docs/api/admin-graphql/2024-10/enums/CountPrecision): CountPrecision! The count's precision, or the exactness of the value. ## Examples