How do you view multiple files uploaded in the multiple files special array column?

Glide has recently made the multiple file and image components a live integrated feature. It is very simple to upload both: batches of images and batches of files.

Batches of images can be easily seen by inserting a view image component and linking it to the multiple images column.

How does one view multiple files uploaded with a simple component as done for the images?

#components

Use a Link component.

Ah yes! It worked! Thank you!