var object interface{} structObject := object.(models.struct)
type user struct { Objects map[string]interface{} `json:"object"` }