Video
data class Video(val id: Int, @StringRes val titleRes: Int = R.string.video_title_default, @RawRes val videoRes: Int, @DrawableRes val thumbnailRes: Int = R.drawable.video_thumbnail_default)
The information on a video file
This is used in the com.example.econoshow.data.LocalEconoShowDataProvider data object to construct the necessary data for a machine