Where are you having the issue
Is the issue affecting one of the two elements below ?
Description
When sorting by dexId value of cards, it appears to be done lexicographically when it should be numerically
For example, sorting the me01 set gets dexIds like [1, 1004, 102, 103, ...]
I'm expecting these to be in numerical order: [1, 2, 3, ...]
Maybe need to handle sorting by array fields differently