in the following query: ``` SELECT * FROM foo LIMIT ${count} ``` `count` will be added as a parameter with type `string`, though I'd expect it to be of type `number`.
in the following query:
countwill be added as a parameter with typestring, though I'd expect it to be of typenumber.