I am trying to display the entire contents of a child file list on the parent confluence page (right screenshot). I'm using the "Children Display" Macro on the parent space page, and it will display all of the child file lists, but only the last edited document within the file list (left screenshot).
```
<p>
<ac:structured-macro ac:macro-id="80b8c33e-cc87-4987-8f88-dd36ee991b15" ac:name="children" ac:schema-version="2">
<ac:parameter ac:name="depth">10</ac:parameter>
<ac:parameter ac:name="style">h3</ac:parameter>
<ac:parameter ac:name="page">
<ac:link>
<ri:page ri:content-title="IT File Lists"/>
</ac:link>
</ac:parameter>
<ac:parameter ac:name="sort">title</ac:parameter>
<ac:parameter ac:name="excerptType">rich content</ac:parameter>
</ac:structured-macro>
</p>
```
