I'm creating my database model and I'm confident that I'm on the correct way, but when I have to move this to DDD I struggle creating my Domain.
My case is very simple
(Recipe) -> MADE_OFF {"quantity": 200} -> (Ingredient)
I have my Recipe and Ingred...