# File lib/plucky/query.rb, line 169
      def exists?(query_options={})
        !only(:_id).find_one(query_options).nil?
      end