About the Bundle

I combined a number of bundles and grabbed quite a few books tonight. Here’s a list of the titles in the haul.

TABLE WITHOUT ID "[[" + book.title + "]]" AS "Title", join(book.authors, ", ") AS "Authors", join(book.related, ", ") AS "Related"
FROM ""
WHERE contains(file.name, this.file.name)
FLATTEN books AS book
SORT book.title ASC