The api client does not request more than the first page for some resources from projects hosted at GitLab.com.
The pagination approach relies on the key x-total or x-total-pages being present in the request response headers.
The GitLab API doc's state the following concerning x-total and x-total-pages:
For performance reasons, if a query returns more than 10,000 records, GitLab doesn’t return the following headers:
x-total.
x-total-pages.
rel="last" link.
If both keys are missing from response headers, gitlab2prov naivly assumes that there is only one page of the requested resource.
Not all GitLab.com projects are affected. Updates will follow.
See also this section in the official GitLab documentation.