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