Map<String, dynamic> toJson() => <String, Object?>{ 'hits': hits?.map((f) => f).toList(), 'misses': misses?.map((f) => f).toList(), };