CrewMember

constructor(    id: Int?,     department: String?,     originalLanguage: LanguageCode?,     episodeCount: Int?,     job: String?,     overview: String?,     originCountry: List<CountryCode> = emptyList(),     originalName: String?,     voteCount: Int?,     name: String?,     mediaType: MediaType?,     popularity: Double?,     creditId: String?,     backdropPath: String?,     firstAirDate: LocalDate?,     voteAverage: Double?,     genreIds: List<Int> = emptyList(),     posterPath: String?,     originalTitle: String?,     video: Boolean?,     title: String?,     adult: Boolean?,     releaseDate: LocalDate?)(source)