# LimitedPendingOrderCount - admin - OBJECT
Version: 2025-01

## Description
The total number of pending orders on a shop if less then a maximum, or that maximum.
The atMax field indicates when this maximum has been reached.

### Access Scopes
`read_orders` access scope.


## Fields
* [atMax](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - This is set when the number of pending orders has reached the maximum.
* [count](/docs/api/admin/2025-01/scalars/Int): Int! - The number of pendings orders on the shop.
Limited to a maximum of 10000.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples