# Count - admin-graphql - OBJECT Version: 2024-04 ## Description Details for count of elements. ### Access Scopes ## Fields * [count](/docs/api/admin-graphql/2024-04/scalars/Int): Int! - The count of elements. * [precision](/docs/api/admin-graphql/2024-04/enums/CountPrecision): CountPrecision! - The count's precision, or the exactness of the value. ## Connections ## Related queries * [catalogsCount](/docs/api/admin-graphql/2024-04/queries/catalogsCount) The count of catalogs belonging to the shop. Limited to a maximum of 10000. * [companiesCount](/docs/api/admin-graphql/2024-04/queries/companiesCount) The number of companies for a shop. * [discountCodesCount](/docs/api/admin-graphql/2024-04/queries/discountCodesCount) The total number of discount codes for the shop. * [giftCardsCount](/docs/api/admin-graphql/2024-04/queries/giftCardsCount) The total number of gift cards issued for the shop. Limited to a maximum of 10000. * [pendingOrdersCount](/docs/api/admin-graphql/2024-04/queries/pendingOrdersCount) The number of pendings orders. Limited to a maximum of 10000. * [productsCount](/docs/api/admin-graphql/2024-04/queries/productsCount) Count of products. * [publicationsCount](/docs/api/admin-graphql/2024-04/queries/publicationsCount) Count of publications. * [segmentsCount](/docs/api/admin-graphql/2024-04/queries/segmentsCount) The number of segments for a shop. ## Related mutations ## Related Unions ## Examples