Hi. I have a data table with the UUIDs of people connected to a certain thing I'm selecting. After fetching that table, I take the people's UUIDs and fetch my user table to get their names. I want to be able to do this with one API request. How can I accomplish this?