Hey Community, I have an scenario, please advise or suggest possible ways to solve it. So i have a persistent class to test results of a diagnostic laboratory. The properties are  * Patient name * Type of Test * Order ID Type of test will values for Sugar, Urine and Thyroid. But for Thyroid which is a Profile test, should hold multiple properties like Tsh, T4, T5.  How can i design my class to be able to fetch all results in query by passing order id(proably using where clause)