```ts .computeFromField('data', data => { if (data === undefined) return {}; return { computedValue: 'whatever }) ```