Boolean is in array so can't be used for check

I try to only run something when the boolean just pulled in my query is true. However I can't seem to get the boolean out of the array.

Other fields in the query like strings also show up as array when I select them but they will still show the text.

Please see the image.

Hello! Welcome to the forums @Bechris_60

If special_status always only has one item in the array, you could just use {{ productDetailQuery.data.special_status[0] }}