# File lib/moped/query.rb, line 189
    def min(index_bounds)
      upgrade_to_advanced_selector
      operation.selector["$min"] = index_bounds
      self
    end