get hidden products not working

So it looks like this will work below. But needs to be put in the action function like find or count.

const options = {
“suppressAuth” : true ,
appOptions : {
“includeVariants” : true ,
“includeHiddenProducts” : true
}
}

const results = await wixData . query ( “Stores/Products” ). eq ( “sku” , sku ). find ( options )