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