pulseapi/profiles/serializers/profiles.py [48:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def to_representation(self, instance):
        serialized_profile = super().to_representation(instance)
        return self.trim_extended_information_from_dict(
            instance,
            serialized_profile
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



pulseapi/profiles/serializers/profiles.py [153:158]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def to_representation(self, instance):
        serialized_profile = super().to_representation(instance)
        return self.trim_extended_information_from_dict(
            instance,
            serialized_profile
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



