Prior to the updated datocms-client package in this repo, i would call item.backgroundImage.path to get the path to an image in one of my models. That errors out now and item.backgroundImage is just an ID. Any idea how to get the image path with the updated dato client?
Prior to the updated datocms-client package in this repo, i would call
item.backgroundImage.path
to get the path to an image in one of my models. That errors out now anditem.backgroundImage
is just an ID. Any idea how to get the image path with the updated dato client?