trying to wrap my head around schema design for a ...
# prisma-whats-new
z
trying to wrap my head around schema design for a personalized app. For example, lets say you're building netflix. I have a
catalog
and want a list of `video`s from the
catalog
, and as part of the return I want to have a flag for whether the current user has watched that video already or not