type TiktokScoreByCountry @shareable { country: String score: Float } type TikTokScores @shareable { top5_tiktok_scores_by_country: [TiktokScoreByCountry] } type TiktokAggregations @shareable { views_1_day: Long views_1_day_prev: Long views_7_days: Long views_7_days_prev: Long views_28_days: Long views_28_days_prev: Long views_all_time: Long creations_1_day: Long creations_1_day_prev: Long creations_7_days: Long creations_7_days_prev: Long creations_28_days: Long creations_28_days_prev: Long creations_all_time: Long views_growth_percentage_1_day: Float views_growth_percentage_7_days: Float views_growth_percentage_28_days: Float creations_growth_percentage_1_day: Float creations_growth_percentage_7_days: Float creations_growth_percentage_28_days: Float }