# File lib/twitter/client/account.rb, line 168
      def totals()
        response = get('1/account/totals')
        format.to_s.downcase == 'xml' ? response['hash'] : response
      end