/**
 * The condition of a book (as in "in great condition").
 * */
enum class BookCondition: FieldWithName {
    NEW,