$this->id, 'category' => new CategoryResource($this->category), 'title' => $this->title, 'description' => $this->description, 'links' => [ 'self' => route('questionnaires.show', ['questionnaires' => $this->id]) ] ]; } }