GET /team/:id should return data including a members array, which should now include school as well as first and last name. E.g. ``` "members": [ { "firstName": "John", "lastName": "Doe", "school": "McGill University" } ] ```