görsel var yerine yazdığınız kodlar gelecek
<?php
if(isset($data->Meta->Pictures)){
    echo 'görsel var';
}else{
    echo 'görsel yok';
}
?>