mirror of
https://github.com/directus/directus.git
synced 2026-01-26 09:08:13 -05:00
17 lines
339 B
Markdown
17 lines
339 B
Markdown
# Metadata
|
|
|
|
The `meta` parameter is a CSV of metadata fields to include. This parameter supports the wildcard (`*`) to return all
|
|
metadata fields.
|
|
|
|
## Options
|
|
|
|
- `total_count` - Total number of items in this collection
|
|
- `filter_count` - Number of items matching the filter query
|
|
|
|
```json
|
|
{
|
|
"total_count": 962,
|
|
"filter_count": 120
|
|
}
|
|
```
|