package models type TopNum struct { Number int Frequency int } type Pair struct { A int B int Frequency int } type ZScore struct { Ball int Recent int Z float64 }