# File lib/origin/optional.rb, line 54
    def descending(*fields)
      sort_with_list(*fields, -1)
    end