@override Map<String, dynamic> toJson() => <String, dynamic>{ 'total_counts': totalCounts?.toJson(), 'files': files.map((item) => item.toJson()).toList(), 'next_offset': nextOffset, '@type': constructor, };