# File lib/active_record/calculations.rb, line 47
      def count(*args)
        calculate(:count, *construct_count_options_from_args(*args))
      end