# The Bitter Lesson - Sutton - 2019
Sutton, R. (2019). The Bitter Lesson.
## Annotations
dataviewjs
let summaryPages = dv.pages('"Notes"')
.where(p => p.file.name.includes("∎ The Bitter Lesson - Sutton - 2019"))
.map(p => [p.file.link, p.annotation_status])
dv.table(["Annotation Summary", "Status"], summaryPages)