© 2026 Hedgehog Software, LLC
await db.query.channel.findMany({ with: { pins: { orderBy: (pin, { desc }) => [desc(pin.createdAt)] } } });
desc