Snazzy ( also should stats be in User.stats, User.profile [shown here], or User.profile.stats)

User {
  name: 'user',
  id: '62abb9b99568ece5f36aaa30',
  profile: {
    bio: 'im a wasteof user yay',
    links: [],
    color: 'indigo'
  },
  stats: {
    followers: 0,
    following: 0,
    posts: 0,
    comments: 0
  },
  sidebar: [{ type: "StatsBlock", data: { title: "stats" } }],
  flags: [ 'beta', 'verified' ],
  online: true
}
Jun 16, 2022, 11:16 PM
5 1 3

comments (single view)

woa, that will probably be pretty useful for bots

View all comments