package models type User struct { ID int64 Points int64 ReferrerID int64 }