users.getusers.get, users.getAllusers.getAll, posts.getposts.get (as Post.authorPost.author), etc.) all need the same extra fields that can't come directly from Prisma (e.g. "the last post from the user" or "whether one can delete this user"); what's the best way to extract and reuse the logic for these fields?User.passwordHashUser.passwordHash ever)fullNamefullName = firstNamefirstName + lastNamelastName)useQueryuseQuery)Join the Discord to ask follow-up questions and connect with the community