issue with pagination lastPage value
The lastPage value in pagination doesn't seem to give the correct value, if the searched page exists it will always give 5000, but if a higher page is searched and that page doesn't exist it will just give that value:

I'm having this exact same issue, pagination is acting real funny.
@Mitchures It's not just "acting real funny", it's just plain broken. I have this issue when paginating through characters. The only reliable values in the pageInfo response are perPage (which is useless as it's the same as the input) and hasNextPage.
Seems the only way to get a reliable response for a correct total or lastPage right now is to keep querying until hasNextPage returns false.
Yeah that's what I am currently doing as well. It's not ideal as I would love to show the number of results but heck it works for now. Would love to have this fixed though!
Well I'm giving up on this getting fixed. Think it's safe to say this project is pretty much dead at this point (should've known from last release date).