~ [[ARC Framework]]
One more view...Here are the dustiest notes in your Atlas. These are the oldest unchanged notes. Limited to `10`.
```dataview
TABLE WITHOUT ID
file.link as "Dusty Notes in the Atlas",
(date(today) - file.mday).day as "Days since last encounter"
WHERE contains(list("thing","statement","person","quote","question","map"), type)
SORT file.mtime asc
LIMIT 10
```