`card_id: usize` is not enough
I have been getting errors when I use guiCurrentCard and other note/card related APIs, it turns out my note id are outside of the range of usize:
Reqwest(reqwest::Error { kind: Decode, source: Error("invalid value: integer `1687816895442`, expected usize", line: 1, column: 35) })
And my collection isn't that big, around 12k cards at most.