{
"_id": 12321412,
"password": "asdasda@123",
"email": "ikkim01@gmail.com",
"phone": "010-3378-4331",
"credit_card": "1234-1234-1232-1234",
"membership": "standard"
}
{
"name": "이켠",
"thumbnail_images": "https://www.images.com",
"age": "all",
"autoPlay": true,
"language": "KOR",
"watching_history": [
{
"video_id": 21314231, //FK
"season": 1,
"episode": 4,
"watching_time": 34,
"device": "mobile"
},
{
"video_id": 2131412331,
"season": 3,
"episode": 1,
"watching_time": 32,
"device": "PC"
}
],
"wish_video": [{ "video_id": 2131412331 }, { "video_id": 2131412331123 }]
}
[
{
"_id": 453564,
"title": "기묘한 이야기",
"type": "series",
"release_date": "2022-08-08",
"subtitle": "인디애나주의 작은 마을에서 행방불명된 소년. 이와 함께 미스터리한 힘을 가진 소녀...",
"age": 15,
"actor": [
{ "actor_id": 982312 },
{ "actor_id": 923812 },
{ "actor_id": 923823 }
],
"genre": [
{ "Genre_id": "SF" },
{ "Genre_id": "Teen" },
{ "Genre_id": "Horror" }
],
"_seasons": {
"season_1": [
{
"_id": 21314123,
"name": "윌 바이어스의 실종",
"image": "https://images.com",
"description": "이 이야기는 ...",
"duration": 46
},
{
"_id": 21314123,
"name": "윌 바이어스의 실종",
"image": "https://images.com",
"description": "이 이야기는 ...",
"duration": 46
}
],
}
},
]
ex)유저정보 컬랙션 > 유저 문서 1, 유저 문서 2, 유저 문서 3 … > 유저 1의 프로필들 컬랙션 > 프로필 1 문서, 프로필 2 문서, 프로필 3 문서… > 프로필 1의 시청기록 컬랙션 > 시청기록 1 문서, 시청기록 2 문서, …