I'm sure this has been asked here a
Is there a way to select only certain columns to query on convex?
Say I have users
id, first_name, last_name, email_address. I want to read id and first name. is there a way to do this on convex? is that what indexes are as a data structure?
