Fix KeyError when x-total-pages header is missing
GitLab API doesn't return x-total-pages header when there are no results. Use .get() with default value to handle this case.
GitLab API doesn't return x-total-pages header when there are no results. Use .get() with default value to handle this case.