i currently do this: ```ts const returned = await tx .insert(schema.universities) .values({
i currently do this:
as you can see the second statement uses
i don't have a
as you can see the second statement uses
returned. If i have to put them into an array like so:i don't have a
returned variable i can now use, so what do i do?




