Skip to content

Commit b1bf7d9

Browse files
committed
feat(paginated.decorator.ts): add audience count to entitiesField in paginated decorator
1 parent d81a21a commit b1bf7d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/decorators/paginated.decorator.ts

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ const entitiesField: Entities = {
9494
'seasonsInfo.episodesCount',
9595
'videos.trailers.size',
9696
'videos.teasers.size',
97+
'audience.count',
9798
],
9899
booleanFields: ['ticketsOnSale', 'isSeries'],
99100
},

0 commit comments

Comments
 (0)