The list of the books this publisher published
String get name;/// The list of the books this publisher published @JsonKey(readValue: _readPublisherBooks) List<Book> get books;