# File lib/dm-core/collection.rb, line 870
    def respond_to?(method, include_private = false)
      super || model.respond_to?(method) || relationships.key?(method)
    end