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