# File lib/couchrest/model/designs/view.rb, line 382
        def total_pages
          (total_count.to_f / limit_value).ceil
        end