Fix NRE when deserializing premium_subscription_count for guilds without that property
Created by: uwx
Summary
Fixes the following exception:
Details
premium_subscription_count should be nullable as per API docs.
Changes proposed
- Make PremiumSubscriptionCount an
int?