$this->id, 'name' => $this->name, 'occupation' => $this->occupation, 'gender' => $this->gender, 'links' => [ 'self' => route('respondents.show', ['respondents' => $this->id]) ] ]; } }