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