package model type HitCounter struct { Counter uint32 `json:"counter"` }