Database

[{"_id":ObjectId("630bd746956bba0f6f0ba448"),"a":[{"b":[[[{"c":"aaa"}]]]}],}]

Query

db.collection.find({"a.b.c":"aaa"})

Result