Erc721Supply.totalCount() methodGet the number of NFTs mintedSignature:totalCount(): Promise<BigNumber>;Returns:Promise<BigNumber>the total number of NFTs minted in this contractRemarksThis returns the total number of NFTs minted in this contract, **not** the total supply of a given token.