$this->id, 'number' => $this->number, 'text' => $this->text, 'fillable' => $this->fillable, 'description' => $this->description, 'links' => [ 'relatedTo' => route('questions.show', ['questions' => $this->question_id]) ] ]; } }