# File lib/couchrest/model/proxyable.rb, line 100
        def count(opts = {})
          all(opts).count
        end