Skip to content

Commit 97a0c03

Browse files
authored
feat: Added user_count_truncated (#150)
1 parent 12cc37f commit 97a0c03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gen/models/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,8 @@ export interface AggregatedActivityResponse {
805805

806806
user_count: number;
807807

808+
user_count_truncated: boolean;
809+
808810
activities: ActivityResponse[];
809811
}
810812

0 commit comments

Comments
 (0)