Hi,
Is it possible to expose data from multiple tables in the same service?
e.g. let's say we have table_A and table_B - may or may not be related and we want the caller to see data from both tables listed one after another (e.g. 4 rows of table_A, then 1 row of table_B).