AudioMetadata: MarketplaceMetadata & {
    $schema: AUDIO_LATEST;
    lens: AudioMetadataDetails;
    signature?: Signature;
}

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

Use the lens.attachments to include more media.

Type declaration