Calls the "totalSupply" function on the contract.
import { totalSupply } from "thirdweb/extensions/erc721"; const result = await totalSupply({ contract,});
The parsed result of the function call.