I need the files filed select to show the child images with the template ‘thumb’, but also the current page images with the template ‘thumb’, is this possible?
Currently I have this, but it only gets the child pages images
query: page.children.images.filterBy('template', 'thumb')