package model
type Game struct {
ID int `json:"id"`
UserID int `json:"user_id"`
Name string `json:"name"`
}