# Count - admin-graphql - OBJECT Version: 2024-07 ## Description Details for count of elements. ### Access Scopes ## Fields * [count](/docs/api/admin-graphql/2024-07/scalars/Int): Int! - The count of elements. * [precision](/docs/api/admin-graphql/2024-07/enums/CountPrecision): CountPrecision! - The count's precision, or the exactness of the value. ## Connections ## Related queries * [catalogsCount](/docs/api/admin-graphql/2024-07/queries/catalogsCount) The count of catalogs belonging to the shop. Limited to a maximum of 10000. * [companiesCount](/docs/api/admin-graphql/2024-07/queries/companiesCount) The number of companies for a shop. * [customersCount](/docs/api/admin-graphql/2024-07/queries/customersCount) The number of customers. * [discountCodesCount](/docs/api/admin-graphql/2024-07/queries/discountCodesCount) The total number of discount codes for the shop. * [giftCardsCount](/docs/api/admin-graphql/2024-07/queries/giftCardsCount) The total number of gift cards issued for the shop. Limited to a maximum of 10000. * [locationsCount](/docs/api/admin-graphql/2024-07/queries/locationsCount) Returns the count of locations for the given shop. Limited to a maximum of 10000. * [ordersCount](/docs/api/admin-graphql/2024-07/queries/ordersCount) Returns the count of orders for the given shop. Limited to a maximum of 10000. * [pendingOrdersCount](/docs/api/admin-graphql/2024-07/queries/pendingOrdersCount) The number of pendings orders. Limited to a maximum of 10000. * [productsCount](/docs/api/admin-graphql/2024-07/queries/productsCount) Count of products. * [publicationsCount](/docs/api/admin-graphql/2024-07/queries/publicationsCount) Count of publications. * [publishedProductsCount](/docs/api/admin-graphql/2024-07/queries/publishedProductsCount) Returns a count of published products by publication ID. * [segmentsCount](/docs/api/admin-graphql/2024-07/queries/segmentsCount) The number of segments for a shop. * [webhookSubscriptionsCount](/docs/api/admin-graphql/2024-07/queries/webhookSubscriptionsCount) The count of webhook subscriptions. Building an app? If you only use app-specific webhooks, you won't need this. App-specific webhook subscriptions specified in your `shopify.app.toml` may be easier. They are automatically kept up to date by Shopify & require less maintenance. Please read [About managing webhook subscriptions](https://shopify.dev/docs/apps/build/webhooks/subscribe). Limited to a maximum of 10000. ## Related mutations ## Related Unions ## Examples