// Inflates the children collection to 500 items
$page->children()->inflate(500)
// Shuffle to prevent repetitive layouts
$page->children()->inflate(500, true)
// With no arguments provided, inflate() will inflate to 50 items
$page->children()->inflate()