Open
Description
I believe the GitHub API provides total number of pages in the response's Link header.
This could be useful, for instance, counting total number of commits in a repository. We can set page_size to 1 for listing commits on a GHRepository. Obtaining the total number of pages would tell us the total number of commits.