I'm currently working with Twig. in an array of json can show 3 different types of elements.
"items":[
    {
     "type": "youtube"
    },
    {
     "type": "Picture"
    },
    {
     "type": "Gallery"
    }
]
I want to first select the type youtube in case there is no youtube select picture.
 
    