Return item count in API
- Zendesk ticket: https://gitlab.zendesk.com/agent/tickets/9872
- Dev link: None
- GitLab version: Unknown
- Related feedback forum suggestion: http://feedback.gitlab.com/forums/176466-general/suggestions/4035155-add-a-notes-count-attribute-to-the-api
One of our customers suggests we add a feature to our API that will return the total item count in the API. There is currently no indication how many total pages or total items there are to be retrieved. It can be expensive to keep sending requests just to get the total count.
Next steps
How hard is it to add this feature to the API? Does 'grape' have a simple way to do this?