I’m building a small NFT marketplace using Solidity and IPFS for metadata storage. After minting, sometimes the image or attributes need updating (for example, dynamic NFTs). But since metadata is already pinned, I’m unsure how to update it without breaking the token URI integrity. Do I need to re-mint or is there a dynamic metadata update pattern that works?