public function skipItem()
 {
     $editor = Editor::getByHandle($this->object->getHandle());
     return is_object($editor);
 }