/**
  * Implements \Drupal\Core\Entity\Query\QueryInterface::exists().
  */
 public function exists($property, $langcode = NULL)
 {
     $this->condition->exists($property, $langcode);
     return $this;
 }