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