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