# Image

Object

Image media content (for example single images or carousel frames).

## Fields

| Name | Type | Description |
| --- | --- | --- |
| `deleted` | `Boolean!` | True if the media content has been removed from the source platform. |
| `fileUrl` | `String` | Direct URL to the underlying media file when Archive can serve it. |
| `height` | `Int` | Height of the media content in pixels, when known. |
| `id` | `ID!` | Unique identifier for the media content in Archive's system. |
| `mediaItemId` | `ID!` | Identifier of the parent media item. Use this to group related contents (e.g., carousel frames) that belong to the same post. |
| `thumbnailUrl` | `String` | URL of a preview thumbnail image for this media content, if available. |
| `type` | [`MediaContentType!`](/api/v2/docs/types/media-content-type) | Whether this media content is an IMAGE or a VIDEO. |
| `width` | `Int` | Width of the media content in pixels, when known. |
