@override Map<String, dynamic> toJson() => <String, Object?>{ 'type': type, 'totalCount': totalCount ?? -1, 'instances': instances?.map((f) => f.toJson()).toList(), };