# File lib/mongo_mapper/plugins/sci.rb, line 69
        def query(options={})
          super.tap do |query|
            query[:_type] = {'$in' => [name] + descendants.map(&:name)} if single_collection_inherited?
          end
        end