fix(pagination): handle empty page return case #15

Merged
argoyle merged 1 commits from fix-pagination-empty-page-handling into main 2025-06-16 10:08:31 +00:00

1 Commits

Author SHA1 Message Date
argoyle a8a1c613a4 fix(pagination): handle empty page return case
Adds a check for empty pages in the pagination logic to return a 
nil slice and empty PageInfo when there are no items to display. 
Updates tests to verify the behavior when no more items are 
available, ensuring robustness in pagination functionality.
2025-06-16 12:04:52 +02:00