newtype Id = MkId Int
data Weather = Sunny | Cloudy | Rainy
data BoardGame = Stats { name :: Text , maxPlayers :: Int , genre :: Genre }
data Unicorn