$this->id, 'title' => $this->title, 'slug' => $this->slug, 'image' => $this->image, 'excerpt' => $this->excerpt, 'user' => $this->whenLoaded('user', fn () => new UserBriefResource($this->user)), 'created_at' => $this->created_at, ]; } }