Videos
Learn the structure of a video object on VtubersTV.
References
- ObjectId
- Thumbnail
- Metadata
- Partials
- A partial is a piece of content that is included in another piece of content. For example, a video object may include a user object as a partial. This allows the video object to reference the user object without duplicating the user object's information. This is useful for reducing redundancy and keeping the data model normalized.
- Partials we used in this object:
Video Object
idString
_id
which is the unique document identifier in the database. titleString
descriptionString
authorObject<User>
thumbnailString
viewsString
likesString
dislikesString
metaObject
createdAtString
commentsArray<Object>