@override Map<String, dynamic> toJson() => { 'type': 'multiFile', 'files': files.map((f) => f.toJson()).toList(), };