# File lib/mongoid/finders.rb, line 38
    def count(*args)
      find(:all, *args).count
    end