here is what the object looks like
{
approved_for_syndication: 1
caption: ""
copyright: ""
media-metadata: (3) [{…}, {…}, {…}]
subtype: "photo"
}
how can i use media-metadata
without syntax error
for example when i want to use it in a map
function
array.map((item)=>{
return item. //what can i use here?
})