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