When limit is included as a parameter a total count should be included as metadata
Open
API
Enhancement
Server
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
GET /things?limit=10
{
data: [ ... ]
count: 50
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.