"thumbnails": [
{
"images": [
{
"dimensions": "WIDTHxHEIGHT",
"file_size_bytes": SIZE,
"format": "PNG",
"url": "URL"
}
],
"label": "thumb1"
},
{
"images": [
{
"dimensions": "WIDTHxHEIGHT",
"file_size_bytes": SIZE,
"format": "PNG",
"url": "URL"
}
],
"label": "thumb2"
}
],
|