/**
  * @inheritdoc
  */
 public function __construct($field, $values)
 {
     parent::__construct($field, $values);
     $this->expression = 'notIn';
     $this->operator = 'notin';
 }