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