package models // UnknownNick represents an unknown nick name. type UnknownNick struct { Nick string `bson:"_id"` Score int `bson:"score"` }