magma / domain-proxy

A Domain proxy for Magma
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

total_count field does not show filtered entities count #391

Closed xbend closed 2 years ago

xbend commented 2 years ago

GET API for entities returns a field total_count which has a value of total results. But this count does not take into account the applied filters and returns a total count of all entities in the database.

This number should return the count of entities matching the query filter.