const channels = await prisma.channel.findMany({ where: { ownerId: userId }, omit: { name: /* Only omit 'name' if the channel type is 1 */ },});