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