List of the subjects of the book
@JsonKey(readValue: _readBookAuthors) List<String?>? get authors;/// List of the subjects of the book @JsonKey(readValue: _readBookSubjects) List<String>? get subjects;