I want to display the selected pages in a pages field inside a pages section. The email field returns fine, but the trees value returns the error:
The section “champions” could not be loaded: Call to a member function toPages() on string
columns:
email:
label: Email
value: "{{ page.email }} "
trees:
value: "{{ page.trees.toPages.title }}"