--- layout: "layouts/DocLayout.astro" title: Image description: How images are represented in Spotube. order: 0 --- Following is the structure of the `SpotubeImageObject`: | Property | Type | | -------- | --------------- | | width | `int` or `null` | | height | `int` or `null` | | url | `string` |