Teams service’s function :GetTeams() returns a generic type { Instance } when it could be returning a more specific type { Team }.
As an example problem this causes, I have to type cast to :: { Team } myself in order to get proper suggested properties/methods/events of the returned Team values.
