/**
 * Defines an ordering for books. DEFAULT is implementation defined.
 * */
enum class BookOrdering: FieldWithName {
    DEFAULT,