let summaryPages = dv.pages('"Notes"')
.where(p => p.file.name.includes("∎ Combined Measurement of the Higgs Boson Mass in $pp$ Collisions at $-sqrt{s}=7$ and 8 TeV with the ATLAS and CMS Experiments - ATLAS, C - 2015"))
.map(p => [p.file.link, p.annotation_status])
dv.table(["Annotation Summary", "Status"], summaryPages)