I really need bettter solution for this logic:
this.allClients.forEach(obj => { if(obj.status === 2) { this.numOfWaitingUsers.push(obj) }