$pages->first() Returns the first element kirby/src/Toolkit/Collection.php#L439 $pages->first(): mixed Return type mixed Parent class Kirby\Cms\Pages inherited from Kirby\Toolkit\Collection Example <?= $page->children()->first()->title() ?>