const lowerRange = actionTypeOrValue.gte || actionTypeOrValue.gt
    ? (
      actionTypeOrValue.gte
        ? `${actionTypeOrValue.gte}`
        : `(${actionTypeOrValue.gt}`