--- title: RowCount - GraphQL Admin description: A row count represents rows on background operation. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/RowCount' md: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/RowCount.txt' --- # Row​Count object Requires `read_products` access scope. Also: The user must have permission to view catalogs. A row count represents rows on background operation. ## Fields * count [Int!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Int) non-null Estimated number of rows contained within this background operation. * exceeds​Max [Boolean!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Boolean) non-null Whether the operation exceeds max number of reportable rows. *** ## Map ### Fields with this object * {}[AddAllProductsOperation.rowCount](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AddAllProductsOperation#field-rowCount) * {}[CatalogCsvOperation.rowCount](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/CatalogCsvOperation#field-rowCount) * {}[PublicationResourceOperation.rowCount](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PublicationResourceOperation#field-rowCount) * ||-[ResourceOperation.rowCount](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/ResourceOperation#field-rowCount)