Up until last week, the totalPages and totalCount parameters functioned as expected when performing a simple GET call to /sheets. If there were 150 sheets, then it would show "totalPages": 2, "totalCount": 150. As of Friday of last week, it seems like it is showing "totalPages": 1, "totalCount": 100 any time there are more than 100 results. The page parameter can still be passed to read further pages, but totalPages and totalCount remain at 1 and 100 respectively. This is breaking our current integration, as we are iterating through pages of sheets to find specific ones by name. Was this a documented change? Is it a bug?