Paginator issue with the number of results #7942
Unanswered
peykar
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In my project, I am using PageNumberPagination to add pagination to the API. But sometimes (specially when the number of requests increases) the "count" value does not represent correct number of results. something like:
{
"count": 2,
"next": null,
"previous": null,
"results": [
... 5 records were returned
]
}
Beta Was this translation helpful? Give feedback.
All reactions