Returns the nth page in the collection.
// echo the title of the 4th subpage // (the index starts at 0) echo $page->children()->nth(3)->title();