Machine
data class Machine(val id: Int, @StringRes val name: Int, @RawRes val brochure: Int? = null, val videos: List<Video> = listOf(), val layouts: List<Layout> = listOf())
The data on a machine.
This is used in the com.example.econoshow.data.LocalEconoShowDataProvider data object to construct the necessary data for a machine