Skip to content

Commit fd3cd51

Browse files
committed
feat(movie): add countries & genres properties to findMany response #72
1 parent c0d2725 commit fd3cd51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/decorators/paginated.decorator.ts

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ const entitiesField: Entities = {
4141
'rating',
4242
'watchability',
4343
'releaseYears',
44+
'genres',
45+
'countries',
4446
],
4547
excludedValuesFields: ['genres.name', 'countries.name'],
4648
idKeys: ['id', 'externalId.imdb'],

0 commit comments

Comments
 (0)