ListRepos currently only returns the list of repositories from github's response but not the total_count (Link). This total_count is different from just the length of the list of repositories returned if the number of repositories in the installation is greater than the per_page pagination limit set in the request. Is it possible to add it for ListRepos to return?
ListReposcurrently only returns the list of repositories from github's response but not the total_count (Link). This total_count is different from just the length of the list of repositories returned if the number of repositories in the installation is greater than the per_page pagination limit set in the request. Is it possible to add it for ListRepos to return?