Nested Select

๐Ÿ‘จโ€๐Ÿ’ผ That's enough for now. Migrating the rest of our selects will be more of the same. ๐Ÿ’ฏ As extra credit, you can update the loader for and . If you don't, ๐Ÿงโ€โ™‚๏ธ Kellie will do it for you.
๐Ÿงโ€โ™‚๏ธ I'm also going to change our note edit form schema a tiny bit on the server to add a transform so we can change the image.file from a File object to an object with contentType: string, blob: Buffer which will make it easier to insert into the database. If you're feeling adventurous, try to do that on your own. If not, I'll do it for you. Feel free to peak at the diff if you want to see how I did it.
Now it's time that we start thinking about how to manage updates with prisma. Let's get to that next!