# Count - admin-graphql - OBJECT Version: 2024-10 ## Description Details for count of elements. ### Access Scopes ## Fields * [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. ## Connections ## Related queries * [abandonedCheckoutsCount](/docs/api/admin-graphql/2024-10/queries/abandonedCheckoutsCount) Returns the count of abandoned checkouts for the given shop. Limited to a maximum of 10000. * [blogsCount](/docs/api/admin-graphql/2024-10/queries/blogsCount) Count of blogs. * [catalogsCount](/docs/api/admin-graphql/2024-10/queries/catalogsCount) The count of catalogs belonging to the shop. Limited to a maximum of 10000. * [collectionsCount](/docs/api/admin-graphql/2024-10/queries/collectionsCount) Count of collections. Limited to a maximum of 10000. * [companiesCount](/docs/api/admin-graphql/2024-10/queries/companiesCount) The number of companies for a shop. * [customersCount](/docs/api/admin-graphql/2024-10/queries/customersCount) The number of customers. * [discountCodesCount](/docs/api/admin-graphql/2024-10/queries/discountCodesCount) The total number of discount codes for the shop. * [discountNodesCount](/docs/api/admin-graphql/2024-10/queries/discountNodesCount) The total number of discounts for the shop. Limited to a maximum of 10000. * [eventsCount](/docs/api/admin-graphql/2024-10/queries/eventsCount) Count of events. Limited to a maximum of 10000. * [giftCardsCount](/docs/api/admin-graphql/2024-10/queries/giftCardsCount) The total number of gift cards issued for the shop. Limited to a maximum of 10000. * [locationsCount](/docs/api/admin-graphql/2024-10/queries/locationsCount) Returns the count of locations for the given shop. Limited to a maximum of 10000. * [ordersCount](/docs/api/admin-graphql/2024-10/queries/ordersCount) Returns the count of orders for the given shop. Limited to a maximum of 10000. * [pagesCount](/docs/api/admin-graphql/2024-10/queries/pagesCount) Count of pages. * [pendingOrdersCount](/docs/api/admin-graphql/2024-10/queries/pendingOrdersCount) The number of pendings orders. Limited to a maximum of 10000. * [productVariantsCount](/docs/api/admin-graphql/2024-10/queries/productVariantsCount) Count of product variants. * [productsCount](/docs/api/admin-graphql/2024-10/queries/productsCount) Count of products. * [publicationsCount](/docs/api/admin-graphql/2024-10/queries/publicationsCount) Count of publications. * [publishedProductsCount](/docs/api/admin-graphql/2024-10/queries/publishedProductsCount) Returns a count of published products by publication ID. * [segmentsCount](/docs/api/admin-graphql/2024-10/queries/segmentsCount) The number of segments for a shop. * [urlRedirectsCount](/docs/api/admin-graphql/2024-10/queries/urlRedirectsCount) Count of redirects. Limited to a maximum of 10000. * [webhookSubscriptionsCount](/docs/api/admin-graphql/2024-10/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