--- title: CountPrecision - GraphQL Admin description: The precision of the value returned by a count field. api_version: unstable api_name: admin source_url: html: 'https://shopify.dev/docs/api/admin-graphql/unstable/enums/CountPrecision' md: 'https://shopify.dev/docs/api/admin-graphql/unstable/enums/CountPrecision.md' --- # Count​Precision enum The precision of the value returned by a count field. ## Valid values * AT\_​LEAST The count is at least the value. A limit was imposed and reached. * EXACT The count is exactly the value. A write may not be reflected instantaneously. *** ## Fields * [Count.precision](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Count#field-Count.fields.precision) OBJECT Details for count of elements. *** ## Map ### Fields with this enum * <-|[Count.precision](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Count#field-Count.fields.precision)