# File lib/aws/dynamo_db/item_collection.rb, line 764
      def refine(opts)
        opts = {
          :scan_filters => scan_filters
        }.merge(opts)
        self.class.new(table, opts)
      end