@override Map<String, dynamic> toMap() { return { "total": total, "restorations": restorations.map((p) => p.toMap()).toList(), }; }