$this->id, 'title' => $this->title, 'cover' => $this->cover, 'children' => ProjectChildrenResource::collection($this->whenLoaded('children')), 'flows' => ProjectFlowResource::collection($this->whenLoaded('flows')), 'photos' => ProjectPhotoResource::collection($this->whenLoaded('photos')), 'advances' => ProjectAdvanceResource::collection($this->whenLoaded('advances')), ]; } }