I’m interested to know if there’s another way, but it’s easy with a dataviewjs
query:
```dataviewjs
const notes = dv.pages('#this-week')
if (notes.length) dv.list(notes.file.link)
```
That will only show the list if there are matching notes, otherwise it will display nothing at all. You could change it to display some placeholder text if you like.