$this->id, 'title' => $this->title, 'description' => $this->description, 'type' => $this->type, 'difficulty' => $this->difficulty, 'variants' => $this->variants, 'correct_answers' => $this->correct_answers, 'category_id' => $this->category_id, 'category' => new CategoryResource($this->whenLoaded('category')), 'author_id' => $this->author_id, 'author' => new UserResource($this->whenLoaded('author')), 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }