Hello, Is there any way to save an object with a list of objects (Set)? For example, I have the Artist and Album objects, Artist has a list of Albuns (Set). I would like when saving the Artist also save the list of Albums together, which would already be populated. Or, I would have to first save the Artist, get the Artist ID saved and only then call the albumRepository to save the Albuns list.