Hey
I have a user data type “Customer” which includes a list of “loan requests” user data type “User Loan”.
I need to make a list consisting of the first elements of the “loan requests” list for all my Customers, but the expression I was able to compose is “User Loan”, not the list “User Loan”