findEnabledWithAgents(projection: FindOptions<ILivechatDepartment>['projection'] = {}): FindCursor<ILivechatDepartment> {
        const query = {
            numAgents: { $gt: 0 },
            enabled: true,
        };