Is it possible to do something like this? ```Ruby items = [item1, item2, item3] param1, param2, param3 = 'a', 'b', 'c' MySerializer.new(items, { params: { myparam: [param1, param2, param3] } }) ```