Any thoughts on how to get the pages object in a modular page?
{{ dump(pages) }} returns null, but if I put the same statement in a regular page it works fine.
I have a page field that only gives me the URL of the selected pages and I need to get their title, ideally by just doing pages.find(link).title but "pages" is null for some reason.