sort 는 리스트 sorted는 딕셔너리
리스트안에 딕셔너리 정렬하기 sorted(list(info.find({"id": mypage_user['id']})), key=lambda x: (x['date']), reverse=True)