What should we use in indexes.json file for arrays query?
"collectionGroup": "posts",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "category",
"order": "ASCENDING"
},
{
"fieldPath": "tags",
"order": "***ARRAY?***"
},
