/**
  * {@inheritdoc}
  */
 public function remove(ItemInterface $item)
 {
     $this->load();
     return parent::remove($item);
 }