mapWith doesn't look to work with extras columns
By chance, do anyone have clue why the mapWith is never called in this small code example :
I tried to add an extras followersCount column which should map to a Number but it's never called and the runtime result type is a string even if the Typescript type for followersCount is number.
1 Reply
(just for other readers, discussion was here https://discord.com/channels/1043890932593987624/1263248228745478164)