Query: both the parents files as the site's main assets

Hi!
I’m searching for a way to tweak the file-field so I can query both the site’s files as well as the files stored in the parent of the current page.

something which follows this logic:

files:
   type: files
   query: site && page.parent

I’ve also been looking into collections, but with not much succes.

site.files.add(page.parent.files) should work

oh wow! it’s that easy :slight_smile: thanks alot!