def get_small_thumbnail(self): return get_thumbnail_url(self, 'small')
def get_large_thumbnail(self): return get_thumbnail_url(self, 'large')