Returns an array with all filenames in the collection.
<?php dump($page->files()->keys()) ?> /* array( 'document.pdf', 'numbers.xls', 'myimage.jpg', 'download.zip' ) */