{
    check: ({ oldValue }) => isUndefined(oldValue),
    build: ({ newValue }) => ({ status: 'added', newValue }),
  },