You should change the line `Extra map[string]string` to `Extra map[string]interface{}` to allow different type fields like int, log, etc.
You should change the line
Extra map[string]stringto
Extra map[string]interface{}to allow different type fields like int, log, etc.