# File lib/gitlab/paginated_response.rb, line 67
    def has_first_page?
      !(@links.nil? || @links.first.nil?)
    end