package model
// AvidData .
type AvidData struct {
Avid []int64 `json:"avid"`
Count int `json:"count"`
}