Peter Kellner
const data = await prisma.TrackSession.findMany({ where: { Id: trackSessionIds, }, });
Maciek K