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