We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ce45a commit 95e3c9bCopy full SHA for 95e3c9b
src/movie/schemas/movie.schema.ts
@@ -545,6 +545,9 @@ export class Movie {
545
@Prop({ type: () => Watchability })
546
watchability: Watchability | null;
547
548
+ @Prop({ type: () => [VendorImage] })
549
+ productionCompanies: VendorImage[];
550
+
551
@ApiNullablePropery({ type: () => YearRange, isArray: true })
552
@Prop({ type: () => [YearRange] })
553
releaseYears: YearRange[];
0 commit comments