Anchor to pagesCountpages
querypages Count
Requires access scope or access scope.
Count of pages. Limited to a maximum of 10000 by default.
Anchor to Arguments
Arguments
- Anchor to limitlimit•IntDefault:10000
The upper bound on count value before returning a result. Use
nullto have no limit.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Anchor to CountCount•Count
A numeric count with precision information indicating whether the count is exact or an estimate.
- Anchor to countcount•Int!non-null
The count of elements.
- Anchor to precisionprecision•Count
Precision! non-null The count's precision, or the exactness of the value.
Was this section helpful?