let summaryPages = dv.pages('"Notes"')
.where(p => p.file.name.includes("∎ I Thought It Was Just Me (but it isn-t)- Making the Journey from What Will People Think to I Am Enough - Brown - 2007"))
.map(p => [p.file.link, p.annotation_status])
dv.table(["Annotation Summary", "Status"], summaryPages)