> ## Documentation Index
> Fetch the complete documentation index at: https://www.latitude.sh/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Statistics

> Understanding statistics in API responses

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 the `meta` section of the response.

```json theme={null}
{
  "meta": {
    "stats": {
      "total": {
        "count": 2
      }
    }
  }
}
```
