# File lib/couchrest/model/designs/view.rb, line 370
        def total_count
          @total_count ||= limit(nil).skip(nil).count
        end