# File lib/mongo/collection.rb, line 366
    def count(filter = nil, options = {})
      View.new(self, filter || {}, options).count(options)
    end