pub type MintSupply = BTreeMap<u64, Metadata>;
A supply of minted NFTs
pub struct MintSupply { /* private fields */ }