class Gitlab::PaginatedResponse

def first_page?

def first_page?
  !(@links.nil? || @links.first.nil?)
end