# File lib/mongo/collection.rb, line 409
    def estimated_document_count(options = {})
      View.new(self, {}, options).estimated_document_count(options)
    end