When you set your container "manually", how can we interact with the isAutosaveEnabled and isUndoEnabled parameters from the modelContainer ?
let schema:Schema = Schema([
Model.self
])
let configuration:ModelConfiguration = ModelConfiguration()
let container:ModelContainer = try ModelContainer(for:schema, configuration)
let context:ModelContext = ModelContext(container)