Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor getAll method to use a single page variable and update pagin…
…ation logic - Updated the pagination logic to use a single `page` variable for both the initial response and the for loop. - Changed the calculation of `lastPage` by dividing the total number by 100 instead of 25 to optimize the page count.
- Loading branch information