$files->findBy($field, $value)
Finds a single file by key and value
Example
<?php echo $page->files()->findBy('name', 'myfile')->url() ?>