Hey, I’m running a headless setup with Umbraco 17 and Next.js, using the Content Delivery API. When a content editor replaces the file on an existing media node (uploads a different image to the same media item), any content pages referencing that media item continue to return the old/stale file URL from the Content Delivery API. The only fix we’ve found is to re-publish the affected content pages, which isn’t really practical. Has anyone else run into this and got any suggestions on how to resolve it?