steam_ugc_num_subscribed_items();
Returns: Real
This function can be used to get the number of items that the
current user has subscribed to.
numSub = steam_ugc_num_subscribed_items();
The above code will store the number of subscribed items in a variable.