Michael Aubry
return prisma.media.create({ data: { duration, loading, mediaurl, name, type, user: { connect: { id: ownerId, }, }, }, });