```ts const data = o({ a: 1 }) auto(() => console.log('changed:', { ...data }) // New property is not observed. data.b = 1 ```