Field selection with Effect.ts
Is field selection is do-able (or planned) with
Effect.ts like with ts-pattern : with({ unread: P.string.gt(0).select("selectedName")}, ({ selectedName }) => { ... }) ?