class Gitlab::PaginatedResponse

def last_page?

def last_page?
  !(@links.nil? || @links.last.nil?)
end