$this->id, 'choice' => $this->questionchoice, 'text' => $this->text, 'links' => [ 'self' => route('answers.show', ['answers' => $this->id]), 'relatedTo' => [ 'question' => route('questions.show', ['questions' => $this->question_id]), 'respondent' => route('respondents.show', ['respondents' => $this->respondent_id]) ] ] ]; } }