본 문서는 "MongoDB Developer Center Articles"를 참고하여 작성되었습니다. 🔗 https://www.mongodb.com/developer/products/mongodb/polymorphic-pattern/ The Polymorphic Pattern 모든 컬렉션 문서가 유사하지만 완전히 동일하지 않은 구조를 가지고 있을 때 문서가 동일한 컬렉션에 있더라도 각 선수에 대한 저장된 데이터가 동일할 필요는 없음 { "sport": "ten_pin_bowling", "athlete_name": "Earl Anthony", "career_earnings": { value: NumberDecimal("1441061"), currency: "USD"}, "300_games": 25, "ca..