type: object
description: 'Popularities response container'
properties:
  items:
    type: array
    items:
      $ref: './Popularity.yaml'
  count:
    $ref: '../properties/count.yaml'
  next_cursor:
    $ref: '../properties/next_cursor.yaml'