Currently on install i am syncing the shopifyProductMedia model, but I'd also like it to fetch the width and height of the media.
From the shopify docs, these are both fields readily availiable.
Is there currently a best practice for accessing the syncing code and extending it? Or do we simply have to bulk fetch extra info post sync?