# File lib/moped/query.rb, line 369
    def select(select)
      operation.fields = select
      self
    end