I am new to ProcessWire of course, but loving every minute of developing with it. What I am looking to do is to make a field that can list all children of a page. My page would be "callouts" and the children would be "callouts". I would like to list these in a field in another pages template that lists the "callouts" so that the user can pick a number (lets say 3) of them and they will then show on that page. It is preferred for each page to have a unique set of callouts. The alternative, I supposed, is to return only the latest-x callouts on each page, but this negates any amount of customization in regard to these callouts. Is this possible? Can anyone send me in the right direction?