{
"name": "id",
"type": "string",
}, {
"name": "company_id",
"type": "int32",
},{
"name": "requests.stud_id",
"type": "string[]",
"optional": True,
},
{
"name": "requests.status",
"type": "string[]",
"optional": True,
},
-->
for this schema the data stored as -> requests -> [{"stud_id":123654,"status":"active"},{"stud_id":123654,"status":"pending"}]
here i can't able to fiilter by status or stud_id from the requests right? what are the alternatives create a new collection for request and use the ref that way ? @Kishore Nallan