We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d2725 commit fd3cd51Copy full SHA for fd3cd51
src/common/decorators/paginated.decorator.ts
@@ -41,6 +41,8 @@ const entitiesField: Entities = {
41
'rating',
42
'watchability',
43
'releaseYears',
44
+ 'genres',
45
+ 'countries',
46
],
47
excludedValuesFields: ['genres.name', 'countries.name'],
48
idKeys: ['id', 'externalId.imdb'],
0 commit comments