Using GitHub API, how can I count the total number of users/organizations at the time of the request?
Users and Organizations API responses do not contain last Link header.
Note: Following next Link header until the last one, is not a solution for me because of the rate limits for a free account.