can't fetch data from contains condition

I have a table named Startup which has an array text field. I want to know how to get the records in the table when the given topic matches the topics inside the topics array.

From documentation I tried code
supabase.table('Startups').select('name').contained_by('topics', ['Productivity']).execute()

but it comes out empty even though in the image attached it exists inside the table.
image.png
Was this page helpful?