package model type PlayerIDCounter struct { ID string `bson:"_id"` PlayerID uint64 `bson:"PlayerID"` }