id ?? null; return [ 'id' => $id ? (int) $id : null, 'name' => $this['name'] ?? $this->original_name ?? null, 'file_path' => $this['file_path'] ?? $this->file_path ?? null, 'download_url' => $id ? app(ApplicationUrlService::class)->forClassProgressAttachment($id) : null, ]; } }