I'm getting the error shown in the first image when I try to run findAll on a table-summaries model.
if I click on the stacktrace to find where the error is occurring it takes me to the breakpointed line in the next screenshot store._push(payload,isAsyncFlus);
This is what the payload I'm trying to serialize looks like:
https://pastebin.com/3GQdbdP1
And these are my two models:
https://pastebin.com/Eaun5WpP