자주 쓰는 find, update, aggregation 예제를 필드명에 맞춰 생성합니다.
db.posts.find({ authorId: "user_123" }).sort({ createdAt: -1 }).limit(20);