When we get make a pagination, we want to know the total number of page.
According to google, it could return the totalRows, such that, we could know the total number of page.
https://cloud.google.com/bigquery/docs/reference/v2/jobs/getQueryResults
Unfortunately, in this project, job.getQueryResults() do not returns the total number of records, it's better to return the total rows.
When we get make a pagination, we want to know the total number of page.
According to google, it could return the totalRows, such that, we could know the total number of page.
https://cloud.google.com/bigquery/docs/reference/v2/jobs/getQueryResults
Unfortunately, in this project, job.getQueryResults() do not returns the total number of records, it's better to return the total rows.