# File lib/aws/record/validations.rb, line 373
      def validates_count_of *args
        validators << CountValidator.new(self, *args)
      end