$this->id, 'project_type' => $this->project_type, 'business_service' => new ModularTypeResource($this->businessService), 'tasks' => MilestoneTaskResource::collection($this->tasks), 'name' => $this->name, 'order' => $this->order ]; } }