Skip to content

Repository: Count

Marcos Huck requested to merge feature/repository_count into master

We need to count the total amount of records we have in a group of entities that match a certain filter. This count helps with Pagination, as it allow us to calculate the number of records we have, and return it in the X-Total-Count header.

Merge request reports