---
title: Count - Customer API
description: >-
  A numeric count with precision information indicating whether the count is
  exact or an estimate.
api_version: 2026-01
api_name: customer
type: object
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/latest/objects/Count'
  md: 'https://shopify.dev/docs/api/customer/latest/objects/Count.md'
---

# Count

object

A numeric count with precision information indicating whether the count is exact or an estimate.

## Fields

* count

  [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int)

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  The count of elements.

* precision

  [Count​Precision!](https://shopify.dev/docs/api/customer/latest/enums/CountPrecision)

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  The count's precision, or the exactness of the value.

***

## Map

### Fields with this object

* [Return.returnLineItemsCount](https://shopify.dev/docs/api/customer/latest/objects/Return#field-Return.fields.returnLineItemsCount)
* [SubscriptionBillingPolicy.intervalCount](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionBillingPolicy#field-SubscriptionBillingPolicy.fields.intervalCount)
* [SubscriptionContract.linesCount](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionContract#field-SubscriptionContract.fields.linesCount)
* [SubscriptionContractBase.linesCount](https://shopify.dev/docs/api/customer/latest/interfaces/SubscriptionContractBase#fields-linesCount)
* [SubscriptionDeliveryPolicy.intervalCount](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionDeliveryPolicy#field-SubscriptionDeliveryPolicy.fields.intervalCount)
* [SubscriptionDiscount.usageCount](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionDiscount#field-SubscriptionDiscount.fields.usageCount)
