class Gitlab::PaginatedResponse

def next_page?

def next_page?
  !(@links.nil? || @links.next.nil?)
end