String get key; String get title;@JsonKey(name: 'publish_date') String? get publishDate; List<String>? get publishers;@JsonKey(name: 'number_of_pages') int? get numberOfPages; List<int>? get covers; List<AuthorKey> get authors;