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

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

Use the lens.attachments to include more media.

Type declaration