Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination summary doesn't return the total page count #83

Closed
ozziest opened this issue Sep 20, 2021 · 0 comments · Fixed by #84
Closed

Pagination summary doesn't return the total page count #83

ozziest opened this issue Sep 20, 2021 · 0 comments · Fixed by #84
Assignees
Labels
bug Something isn't working
Projects

Comments

@ozziest
Copy link
Member

ozziest commented Sep 20, 2021

Pagination summary doesn't return the total and the lastPage values some pages.

"pagination": {
    "perPage": 2,
    "currentPage": 2,
    "from": 2,
    "to": 4
  }

It should be like this;

"pagination": {
    "total": 13,
    "lastPage": 7,
    "perPage": 2,
    "currentPage": 2,
    "from": 2,
    "to": 4
  }
@ozziest ozziest created this issue from a note in v1.0.0 (In progress) Sep 20, 2021
@ozziest ozziest added the bug Something isn't working label Sep 20, 2021
@ozziest ozziest self-assigned this Sep 20, 2021
ozziest added a commit that referenced this issue Sep 20, 2021
@ozziest ozziest mentioned this issue Sep 20, 2021
v1.0.0 automation moved this from In progress to Done! Sep 20, 2021
ozziest added a commit that referenced this issue Sep 20, 2021
ozziest added a commit that referenced this issue Dec 24, 2022
ozziest added a commit that referenced this issue Dec 24, 2022
ozziest added a commit that referenced this issue Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
v1.0.0
Done!
Development

Successfully merging a pull request may close this issue.

1 participant