Suppose I have a jsonfield with data
json_field = { \'bar\': [1,2,3,4] }
I\'d like to filter data where bar has array length g
bar