public ParseRequest addWhereDoesNotExist(String key) {
   query.whereDoesNotExist(key);
   return this;
 }