public function getNextLivery() {
        if ($this->recurse && $this->superseded_by_id > 0) {
            return new Livery($this->superseded_by_id, false);
        }