api-platform / core

The server component of API Platform: hypermedia and GraphQL APIs in minutes
https://api-platform.com
MIT License
2.45k stars 877 forks source link

fix: count TraversablePaginator #6611

Closed nikophil closed 2 months ago

nikophil commented 2 months ago
Q A
Branch? 3.2
License MIT

Hello,

whenever the TraversablePaginator has the same number of items than the itemsPerPage, it currently returns 0, although it should return totalItems

This PR fixes this buggy behavior

It seems strange that nobody has noticed this before :thinking: