I want to make response in proto which is something like this in REST format :
response = {
"cars":[{'asd':1 , 'date': 1},{'asd':1 , 'date': 1},{'asd':1 , 'date': 1}],
"houses":[{'asd':1 , 'date':Flexible Savings 1},{'asd':1 , 'date': 1},{'asd':1 , 'date': 1}],
}
how I Can write its proto file? And 2ndly in case I am not sure how many arrays I have to append in responce in that case what is practice need to be followed in grpc proto?