Basic Output

The file field type always returns null or an \Anomaly\FilesModule\File\Contract\FileInterface instance.

Example
$entry->example->getName(); // example.jpg
Twig
{{ entry.example.getName() }} // example.jpg