Block label not showing filename

Hello,

I am trying to show the filename as the label for a block, however the below yml is not showing anything…

icon: image
name: "Imagen"
label: "{{ slideImage.filename }}"
fields:
  slideImage:
    label: "Desktop"
    type: files
    required: true
    max: 1
    uploads:
      template: image-upload
    query: page.images

See Custom blocks | Kirby CMS