Hello 👋 It seems like currently intended way is that schema is used for validating, but isn't impacting parsed return values: https://github.com/TanStack/db/blob/bbed2f250e4f01520d966b0fff34f32c7e654fda/packages/db/src/collection.ts#L1616-L1618 Is it set in stone? That limits a lot of usages for schemas, I'd love to see it work. If it's not possible, is it feasible to make it work on a type level? Currently it just silently works and user won't know he has invalid types.