ImageMetadata: MarketplaceMetadata & {
    $schema: IMAGE_LATEST;
    lens: ImageMetadataDetails;
    signature?: Signature;
}

Use this to model a publication where an image is the main focus.

Use the lens.attachments to include more images.

Type declaration