let summaryPages = dv.pages('"Notes"')
.where(p => p.file.name.includes("∎ Baldwin - Minutes of the General Council of Indian Chiefs - 1846.pdf"))
.map(p => [p.file.link, p.annotation_status])
dv.table(["Annotation Summary", "Status"], summaryPages)