E.g., I want to be able to do this: ```python gh = Github(TOKEN) repo = gh.get_repo("some/repo") for user in repo.get_collaborators(permission='admin'): # something ``` This is currently not possible.