$this->id, 'text' => $this->text, 'number' => $this->number, 'description' => $this->description, 'section' => new SectionResource($this->section), 'links' => [ 'self' => route('questions.show', ['questions' => $this->id]) ] ]; } }