See the class diagram in 05-4.png.
That's just one example that includes a set of properties and behaviors.
Of course, yours can be different.

The fact that a manager has a team of employees is modelled using a has-a relationship towards Employee.
Also note that not all employees have a manager, for example, the CEO doesn't have any manager.