Groupby with Convex
I have a table with over 800 items, I just need to get the a group by list of one field. ex:
exercises: { name: "squat", muscleGroup: "hamstrings" ... } I need to get all the different values of muscleGroup. Is there any easier way so I dont send off the exercise data over the wire?
