type: object
nullable: false
properties:
  creations:
    type: array
    items:
      $ref: '../properties/number_creations.yaml'
  likes:
    type: array
    items:
      $ref: '../properties/number_likes.yaml'
  shares:
    type: array
    items:
      $ref: '../properties/number_shares.yaml'
  favorites:
    type: array
    items:
      $ref: '../properties/number_favorites.yaml'
  comments:
    type: array
    items:
      $ref: '../properties/number_comments.yaml'
  video_views:
    type: array
    items:
      $ref: '../properties/number_views.yaml'
example:
  'creations': [ 1520, 1588, 1002 ]
  'likes': [ 25208, 25808, 20002 ]
  'shares': [ 2528, 2508, 2002 ]
  'favorites': [ 25208, 25808, 20002 ]
  'comments': [ 258, 808, 202 ]
  'video_views': [ 55208, 55808, 60002 ]