I have this kind of data:
"1655184519597531137": {
"reply_depth": 1,
"gather_likes": false,
"gather_user_data": "false",
"keyword": "galatasaray",
"gather_retweets": false,
"user_id": "Hatice_GS1905"
},
"@version": "1",
"@timestamp": "2023-05-07T13:42:26.252138737Z",
"1655160784605913090": {
"reply_depth": 1,
"gather_likes": false,
"gather_user_data": "false",
"keyword": "galatasaray",
"gather_retweets": false,
"user_id": "MrEnnyG"
},
"1655171782498713601": {
"reply_depth": 1,
"gather_likes": false,
"gather_user_data": "false",
"keyword": "galatasaray",
"gather_retweets": false,
"user_id": "salvareyiz"
},
I want to find the number of data whose keyword=galatasaray. How can I do that? Thanks in advance.