The function logic.action.get.group_followee_count returns the amount of groups and organization the user follows. This is incorrect because according to the documentation (and function name) it should only return organisations.
This is because organisations are also groups and the function logic.action.get._followee_count doesn't filter the groups like logic.action.get.group_followee_list and logic.action.get.organization_followee_list do.
The function
logic.action.get.group_followee_countreturns the amount of groups and organization the user follows. This is incorrect because according to the documentation (and function name) it should only return organisations.This is because organisations are also groups and the function
logic.action.get._followee_countdoesn't filter the groups likelogic.action.get.group_followee_listandlogic.action.get.organization_followee_listdo.