/**
* Description here
* @param {Number} [num] - a number that's optional
* @param {Object} employee - The employee who is responsible for the project.
* @param {string} employee.name - The name of the employee.
* @param {string} employee.department - The employee's department.
* @return {Array[]}
*/