def to_representation(self, values):
        data = []

        for value in values:
            if value is None: