Filename from Image in inspector?

Hi,
is there a neos-built-in solution to get the filename of an image (type: «TYPO3\Media\Domain\Model\ImageInterface») in the inspector?

Would be nice to have a visual-control with the name, in case of similar images in the media-collection, or images with different resolution/cutouts.

Found only this old topic from Jira-time.

- Maybe something has changed/expand?
- Or could I use some “EEL(?)” in label-definition?

(Something like the neos-solution for NodeType-Label, but for the nodeTypeProperty-Label?)

'Vendor.Site:NodeType': 
  label: '${''nodeName'' + (q(node).property(''nodeDescription'') ? ''['' + q(node).property(''nodeDescription'') + '']'' : ''''}'  
```