test('Get archived task count ', async () => {
    const pipeline = await pipelineFactory({ type: BOARD_TYPES.TASK });
    const stage = await stageFactory({ pipelineId: pipeline._id });
    const args = {
      stageId: stage._id,