my $thumbs =$video->thumbnails; foreach my $thumb (@$thumbs) { say $thumb->url; say $thumb->time; say $thumb->width; say $thumb->height; }