type FileOverviewMetadata = { fileChecksum: string; fileName: string; fileSizeInBytes: number; fileType: FileType; fileUUID: string; };