/**
     * Get the books with the given ISBNs
     * */
    fun getBooks(isbns: Collection<ISBN>): ISBNBookQuery =
        ISBNBookQuery(isbns, this.ordering)