Skip to content

Commit

Permalink
📝 Add more fields to getStudiesStatistics (#223)
Browse files Browse the repository at this point in the history
* 📝 Add more fields to getStudiesStatistics

* 📝 Add more external_ids to getStudiesStatistics
  • Loading branch information
evans-g-crsj authored Dec 2, 2024
1 parent 5094bd3 commit c2076c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/endpoints/statistics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,13 +346,18 @@ export const getStudiesStatistics = async (): Promise<Record<string, unknown>> =
'data_category',
'description',
'domain',
'domains',
'external_id',
'external_ids',
'family_count',
'file_count',
'guid',
'is_harmonized',
'participant_count',
'program',
'study_code',
'study_name',
'study_id',
],
},
});
Expand Down

0 comments on commit c2076c3

Please sign in to comment.