def get_all(): return Attachment.objects()
def get(attach_id): return Attachment.objects(id=attach_id).first()