getTotalPages method

int getTotalPages()

Implementation

int getTotalPages() {
  return rawResponse.totalPages;
}