the issue is when I then fetch a `Meal` with its a...
# prisma-whats-new
b
the issue is when I then fetch a
Meal
with its associates
dishes
, I can’t seem to be able to get the
dishes
in the order they were added
d
I don't think ordering is guaranteed (i.e. relationships are a set rather than a list)
b
Yeah I guess that makes sense