$pages->findBy($field, $value)

Finds a single $page object in the collection by $field and $value

Example

<?php echo $page->children()->findBy('uid', 'some-page')->title() ?>