Home > @infiniteobjects/shopify-data-manager > AdminTypes > RowCount
A row count represents rows on background operation.
Signature:
export interface RowCount
| Property | Modifiers | Type | Description |
|---|---|---|---|
| count | Scalars[‘Int’][‘output’] | Estimated number of rows contained within this background operation. | |
| exceedsMax | Scalars[‘Boolean’][‘output’] | Whether the operation exceeds max number of reportable rows. |