Hey , if we have the option in api as multiple select. How can we filter the data if it has an option selected
example
title: "title one",
categories: [
"category1",
"category2"
]
}]```
How can we just filter the data contents if it has selected "category1"