package domain type RecommendationSuccessfulResponse struct { Message string `json:"message"` RecommendedGames []VirtualGame `json:"recommended_games"` } type RecommendationErrorResponse struct { Message string `json:"message"` }