TABLE WITHOUT ID "" + file.link as Title, join(author, ", ") as Author, join(category, " & ") as Genre, summary as Summary
FROM "6. Vault/bookshelf"
WHERE blueprint = [[Reading Challenges]] OR contains(tags, "book")
AND contains(this.genre, category)
SORT category, rating, avg_rating desc