Map<String, dynamic> toMap() { return { 'id': id, 'title': title, 'author': author, 'category': category, 'description': description, }; }