We should have a filter for layer to check whether an array field contains a set/array of values. ```SQL select count(${qID}) from ${table} where ${field} @> ARRAY[${vals}]; ```