'MS Azure Storage Explorer copy details of files in folder

Does anyone know how I can get the details of files from a folder in MS Azure Storage Explorer?

I don't want the contents i.e actual files, just filenames, size and modified timestamps.

If I select all the files ad the right click copy it copies it as a JSON object but doesn't include the size.

i.e. just has ...

"items":[
         {
            "relativePath":"<filename>.xml",
            "snapshot":"",
            "versionId":"2021-11-02T08:44:44.8150639Z"
         },

I also need the filesize.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source