API ReferenceObjectsFollowStatsVersion: V2On this pageFollowStatsThe FollowStats type provides stats about a user's followers and followings.type FollowStats { followerCount: Int! followingCount: Int!}FieldsfollowerCount (Int)followerCount the total number of followers.followingCount (Int)followingCount the total number of followings.