/**
     * Searches for books that are interesting for the given interests
     * */
    fun searchByInterests(interests: Collection<Interest>): InterestsBookQuery =
        InterestsBookQuery(interests, this.ordering)