According to the documentation, the default value of `comma` option is `false`, but the real default is `true` https://github.com/adonisjs/http-server/blob/2c2f0b26973e61f6f6875edd0cf1af2ef81dd067/src/define_config.ts#L53 https://github.com/adonisjs/http-server/blob/428774e7baa4738e7b84df3bfd4b982e3c5332cb/src/types/qs.ts#L45 I'm not sure which is true. But in my opinion, `comma` should be false.