let summaryPages = dv.pages('"Notes"')
.where(p => p.file.name.includes("โ Atom, Archetype, and the Invention of Synchronicity- How Iconic Psychiatrist Carl Jung and Nobel-Winning Physicist Wolfgang Pauli Bridged Mind and Matter โ The Marginalian"))
.map(p => [p.file.link, p.annotation_status])
dv.table(["Annotation Summary", "Status"], summaryPages)