class Github::PageIterator

def count

def count
  parse_query(URI(last_page_uri).query)['page'] if last_page_uri
end