# File lib/ohm.rb, line 554
    def combine(dict)
      Ohm::Set.new(
        model, namespace, [:SINTER, key, [:SUNION, *model.filters(dict)]]
      )
    end