$this->id, 'meeting_id' => $this->meeting_id, 'title' => $this->title, 'assigned_to' => $this->assigned_to, 'assignee' => new UserResource($this->whenLoaded('assignee')), 'due_date' => $this->due_date?->format('Y-m-d'), 'is_completed' => $this->is_completed, 'converted_to_task_id' => $this->converted_to_task_id, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }