jsonapi-serializer
jsonapi-serializer copied to clipboard
Serializing 10 items turns into 9, but serializing 9 or 11 keeps original amount
I can serialize my array of objects when there are 9 of them, and it brings back 9. Same when there are 11 of them.
But when I provide an array of 10 objects, it truncates it down to 9 (and mutates the original array as well).
Is there something I need to do to avoid this?