struct FileDescriptions { let fileId: String let german: String? let english: String? } extension FileDescriptions: Codable { }