We noticed a strange behaviour with the GET https://bigquery.googleapis.com/bigquery/v2/projects endpoint.
The endpoint is paginated and some pages return 0 items and the next pages return some items. We found that in some cases significant amount of pages are empty.
Is there any reason for this strange behaviour? Is there a way to avoid the empty pages and return data on all of them? It significantly slows down our GBQ API connector.