{
"data": [
{
"id": "media_abc123",
"type": "media",
"attributes": {
"filename": "hero-image.jpg",
"url": "https://cdn.skayle.io/media/hero-image.jpg",
"mimeType": "image/jpeg",
"size": 245678,
"width": 1920,
"height": 1080,
"alt": "Hero image for blog post",
"createdAt": "2024-01-15T10:00:00Z"
}
},
{
"id": "media_def456",
"type": "media",
"attributes": {
"filename": "thumbnail.png",
"url": "https://cdn.skayle.io/media/thumbnail.png",
"mimeType": "image/png",
"size": 45678,
"width": 400,
"height": 300,
"alt": "Post thumbnail",
"createdAt": "2024-01-14T15:30:00Z"
}
}
],
"meta": {
"total": 156,
"page": 1,
"perPage": 20,
"totalPages": 8
}
}