@Query(filter: #Predicate<Book> {
   $0.author != nil && $0.year > 2000
}) private var listBooks: [Book]