-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
We currently use i64 for fields like updated_count since they come back from the server as i64, but since these values should always be positive, we can probably safely use u64 instead.