If I have two queries that each select the same subset of columns on the same table, sqlc creates two different structs instead of one. Is there a way to get them to return the same struct?
We could potentially do this with type aliases in the same package.