type: object
description: >-
  Object modeling the structure for a generic video analytics response. Currently only YouTube is supported, but
  the DSP-agnostic design allows for easy extensibility for future use-cases.
nullable: false
properties:
  count:
    $ref: '../properties/count.yaml'
  items:
    type: array
    items:
      $ref: './YouTubeSummaryItem.yaml'
  next_cursor:
    $ref: '../properties/next_cursor.yaml'