Documentation
Controllers extend from the Controller class.
const TeamsController = Controller.extend({ });
Controllers are contextual and have a context property. It is recommended that you use io instead of context.
io is a more specialized context on the controller that has extra contextual information for MVC. io is the recomended context to use in a controller.