package model type Zone struct { Id int `bun:"id,pk" json:"id"` DisplayName string `bun:"display_name" json:"displayName"` }