/**
  * delete all items and items' attributes from recommender
  *
  */
 public function clear(DataApi\Client $client)
 {
     if (!$this->config->isAppend()) {
         $client->deleteInteractions();
     }
     return $this;
 }