files->mapToGroups(function($file) { return [$file->type => $file]; }); $data = [ 'id' => $this->id, 'code' => $this->code, 'submission_date' => $this->submission_date, 'member' => $this->member, 'status' => $this->status ?? 'unknown', 'service_type' => $this->service_type, 'files_by_type' => $filesGroupByType ]; return $data; } }