package admin_models


type Statistics struct {
	Count int64
	Times  string
}



type Count struct {
	Count int64
}