in backend/model_garden/serializers/dataset.py [0:0]
def get_preview_image(self, obj): try: return obj.media_assets.last().remote_path except AttributeError: return None