Since Manager has a property Employee doesn't have, staff, we need to assign as well. Here, we just need to set self.staff equal staff.
Manager
Employee
staff
self.staff
Make sure to type self.staff = staff.
self.staff = staff