12 October 2020
LimitsExtensibility
To ensure the best performance for your queries, the total
field of PagedQueryResult is now limited to the maximum offset
of 10000 when the results are filtered with a Query Predicate. This limit is not in place when no query predicate is applied.
Calculation of the total
field should be deactivated whenever possible by using the query parameter withTotal=false
.
Please refer to the Paging section of the "General Concepts" documentation for details and recommendations.