I have pages to store bibliographic data of books etc. On each page there is a structure field to add multiple authors.
I now want to show these authors in the info text of a pages section. I was thinink about something like page.authors.toStructure.pluck('lastname') but I am not sure is this is possible at all.