Builder blocks with spatie media library field

I am using the builder component with a spatie media library field in it. The builder field is stored in a json column. When however using two or more of these blocks, they all get the same image. This is quite logic as the images are related to a model and collection. Is there a way to make this work? I already figured out that I could make it work using a related model for each block but I am wondering if there is also a solution when storing in the json column?
Was this page helpful?