How to loop through a metaField which is a list of metaObjects

Hi all,

I have a Product metaField that contains a list of simple metaObjects.
The metaObjects contain a file (image) and a name (short text)

Is it possible to loop / iterate through the Product meetaField which is a type: metaFeild (List) and display the image and name related to each metaObject in a custom liquid section of a product page?

Thank you. Just trying to figure out if that data would be accessible or not at that level.