cunybpl / aiodal

async data access layer and related tools for sqlalchemy core
0 stars 0 forks source link

Adding `total_count` to paginated response #21

Closed bsnacks000 closed 9 months ago

bsnacks000 commented 9 months ago

The total_count along with the next_url would be useful addition to the response schema to allow client side apps doing server pagination to see how much data is left to paginate through...