public function insertAfter(ModelInterface $target, array $attributes = null) { return $this->addNode($target, $target->{$this->rightAttribute} + 1, 0, $attributes); }