# File lib/mongoid/relations/metadata.rb, line 546
      def many?
        @many ||= (relation.macro.to_s =~ /many/)
      end