Code a condition to filter for items with the cuisine property equal to 'Indian'.
cuisine
'Indian'
Make sure to pick WHERE followed by cuisine and then =, 'Indian'.
WHERE
=