case 'RelativeMonth': {
        return [
          { id: 'THIS_MONTH', type, name: 'This Month' },
          { id: 'LAST_MONTH', type, name: 'Last Month' },
          {