{
entities: {
users: {
1: {
id: 1,
username: "[email protected]",
profileIds: [11, 13],
},
2: {
id: 2,
body: "[email protected]",
profileIds: [2]
},
3: {
id: 3,
email: "[email protected]",
profileIds: [4, 15]
}
},
profiles: {
11: {
id: 11,
name: "dad",
userId: 1,
myListVideoIds: [10, 21],
recommendedGenreIds: [22, 30],
currentlyWatching: [],
image_id: 1,
},
13: {
id: 13,
username: "bob",
userId: 1,
MyListVideoIds: [10],
recommendedGenreIds: [22, 8],
currentlyWatching: [30],
image_id: 2,
}
2: {
id: 2,
username: "jason",
userId: 2,
myListVideoIds: [10, 20],
recommendedGenreIds: [23],
currentlyWatching: [22],
image_id: 4,
}
4: {
id: 4,
username: "Son",
userId: 3,
myListVideoIds: [],
recommendedGenreIds: [22, 30, 8, 13],
currentlyWatching: [],
image_id: 2,
}
15: {
id: 4,
username: "roomates",
userId: 3,
myListVideoIds: [20, 21],
recommendedGenreIds: [30],
currentlyWatching: [23]
image_id: 3,
},
},
videos: {
10: {
id: 10,
show_id: 20,
video_url: "https://Zimeo.com/14409336",
director: "Nelicia Low",
name: "Freeze Trailer",
description: "Freeze Trailer",
runtime: "00:10:20",
type: "PREVIEW",
},
11: {
id: 11,
show_id: 20,
video_url: "https://vimeo.com/150537147",
director: "Nelicia Low",
name: "Freeze"
description: "We all do terrible things when we think that no one is watching. When her distant husband cannot give her the love she desires, the lonely and insecure Hui will do anything to feel loved. Caught in an unusual love triangle with her autistic brother, Hui has found a constant source of comfort.",
runtime: "00:02:20",
type: "FILM",
},
20: {
id: 20,
show_id: 11,
video_url: "https://www.youtube.com/watch?v=pPkfq-Sasps&list=PLmOG9H4UaJmuRRp2AAYwOQ7fOkkYwU_G-&index=1",
director: "Mochi Productions",
name: "Son and the Art of Dating Episode 1",
description: "Son tries to study",
runtime: "00:08:34",
type: "EPISODIC",
},
21: {
id: 21,
show_id: 11,
video_url: "https://www.youtube.com/watch?v=c9s4Bv25cww&list=PLmOG9H4UaJmuRRp2AAYwOQ7fOkkYwU_G-&index=2",
director: "Mochi Productions",
name: "Sun and the Art of Dating Epsiode 2",
description: "Sun does his homework.",
runtime: "00:10:34",
type: "EPISODIC",
},
30: {
id: 30,
show_id: 31,
video_url: "https://www.youtube.com/watch?v=hkxdJdpgcaI",
director: "Mochi Productions",
name: "Sun and the Art of Dating Trailer",
description: "Sun and the Art of Dating Trailer",
runtime: "00:01:20",
type: "PREVIEW",
}
},
shows: {
20: {
id: 20,
title: "Freeze"
tagline: "We all do terrible things when we think that no one is watching.",
year: 2016,
total_likes: 594,
genre_ids: [30, 11, 23],
total_view_count: 1003,
},
11: {
id: 11,
title: "Sun and the Art of Dating",
tagline: "Learn dating from Sun as he tries to navigate the halls and corridors of love.",
year: 2012,
total_likes: 331205,
genre_ids: [13, 8, 23],
total_view_count: 394120,
}
}
genres: {
8: {
id: 8,
name: "humor",
}
13: {
id: 13,
name: "web-series",
}
22: {
id: 22,
name: "romance",
}
23: {
id: 23,
name: "suspense",
}
30: {
id: 30,
name: "drama",
}
21: {
id: 21,
name: "chinese-language-film",
}
},
},
ui: {
to_be: "watching",
},
errors: {
login: ["Incorrect username/password combination"],
},
session: { currentUserId: 3, currentProfileId: 2 }
}