@Query private var listBooks: [Book]
init() {
   _listBooks = Query(sort: \Book.title, order: .reverse)
}