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