Ge Yang
PinkiePie
prisma.students.update({ where: { name: 'joe' }, data: { scores: { push: [90, 92, 85] } } });