# Viewpoint- The new research playbook - -
Viewpoint: The new research playbook.
## Annotations
dataviewjs
let summaryPages = dv.pages('"Notes"')
.where(p => p.file.name.includes("∎ Viewpoint- The new research playbook - -"))
.map(p => [p.file.link, p.annotation_status])
dv.table(["Annotation Summary", "Status"], summaryPages)