Basic Output
The upload field type always returns null
or an \Anomaly\FilesModule\File\Contract\FileInterface
instance.
Example
$entry->example->getName(); // example.jpg
$entry->example->route('download'); // The download url
Twig
{{ entry.example.getName() }} // example.jpg
{{ entry.example.route('download') }} // The download url