Query Products containing a specific Collections

I just wanted to confirm that the Collections you pull in are not a key/value pair. The hasSome() specifies that the array of items (your Collection Ids) have to specifically be an array of strings. Eg: [“id1”, “id2”, “id3”]. They can’t be [{_id:“id1”, _id:“id2”, _id:“id3”}]. I wasn’t sure if you massaged the first query to ensure that you were using only an array of strings.