$this->id, 'milestone_id' => $this->milestone_id, 'business_service' => new ModularTypeResource($this->milestone->businessService), 'type_id' => $this->type_id, 'task_type' => new ModularTypeResource($this->taskType), 'title' => $this->title, 'description' => nl2br($this->description), 'assignees' => [ 'departments' => DepartmentResource::collection($this->departments), 'users' => UserResource::collection($this->users) ] ]; } }