package models import "time" type Ticket struct { ID int64 Attributes map[string]float64 Tags map[string]float64 CreatedAt time.Time }