$this->id, 'user_test_id' => $this->user_test_id, 'question_id' => $this->question_id, 'question' => new QuestionResource($this->whenLoaded('question')), 'answer' => $this->answer, 'user_id' => $this->user_id, 'user' => new UserResource($this->whenLoaded('user')), 'is_correct' => $this->isCorrect(), 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }