Hi guys. I have data in my index like this.
"locales" : {
"en_US" : {
"title_full" : "some text",
"title" : "some text"
},
"fr_FR" : {
"title_full" : "some text",
"title" : "some text"
}
},
How can i filter documents by count of sub objects in field like "where.locales.count() < 3".