@override Map<String, dynamic> toJson() => <String, dynamic>{ 'file_type': fileType?.toJson(), 'size': size, 'count': count, '@type': constructor, };