How to get a list of linked notes but only showing a part of their file name?

You are my hero :slight_smile:

Your code works, if I put it in the master file - but not in the subs. However, you pointed me in the right direction and I found this solution:

LIST WITHOUT ID link(file.link, split(file.name, " - ")[1])
FROM "01 👻 Projects/🎞️ LP Videos"
WHERE startswith(file.name, split(this.file.name, " - ")[0])

Giving me the desired result:
image

thank you so much, friend.