class GdsApi::ListResponse

def has_next_page?

def has_next_page?
  !page_link("next").nil?
end