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