Movie
constructor(posterPath: String?, adult: Boolean = false, overview: String, releaseDate: LocalDate? = null, genresIds: List<Int>, id: Int, originalTitle: String? = null, originalLanguage: String, title: String? = null, backdropPath: String?, popularity: Float, video: Boolean = false, voteAverage: Float, voteCount: Int, character: String? = null, creditId: String? = null, order: Int? = null, department: String? = null, job: String? = null)