Map<String, dynamic> toJson() { return { 'id': id, 'name': name, 'description': description, 'imageUrl': imageUrl, }; }