I have two Core Data objects, Recipe and Ingredient:
class ManagedRecipe: NSManagedObject { public var id: UUID public var name: String pu