Statistics
The following stats are supported:
stats[total]=count
- The total count of all available records; outside of pagination. Combine with filters and the count will adjust accordingly. The stats are rendered in themeta
section of the response.
{
"meta": {
"stats": {
"total": {
"count": 2
}
}
}
}