def get_subscriptions(self, user: User):
     return UserSubscriptionRetrieveSerializer(
         user.get_subscriptions(), many=True
     ).data