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

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

Use the lens.attachments to include more images.

Type declaration