createSelectSchema from drizzle-zod in my schema.ts file:ClientSchema.pick({ ... }), which are used in the contracts. The contracts are then bundled with tsdown.index.mjs file instead of just zod schemas. Is there a way to prevent the bundler from including the entire schemas?