$pages->children()

Returns a $pages collection with all children of each page in the collection.

// fetching the grandchildren of a page
<?php echo $page->children()->children() ?>