The mastodon schema defines these items as bigints in PostgreSQL and while it is unlikely that anyone actually has billions of statuses, followers, etc., at least one account claims to have 97B followers: https://mastodon.adtension.com/@admin
It'll fail to deserialize if it hits a long that it can't fit into an int
The mastodon schema defines these items as bigints in PostgreSQL and while it is unlikely that anyone actually has billions of statuses, followers, etc., at least one account claims to have 97B followers: https://mastodon.adtension.com/@admin
It'll fail to deserialize if it hits a long that it can't fit into an int