type: object
nullable: true
description: 'Detailed info about Spotify streams: requires include=all to be included.yaml'
properties:
  free_streams:
    $ref: '../properties/number_streams.yaml'
  paid_streams:
    $ref: '../properties/number_streams.yaml'
  repeat_play:
    $ref: '../properties/number_streams.yaml'
  shuffle_play:
    $ref: '../properties/number_streams.yaml'
  offline_play:
    $ref: '../properties/number_streams.yaml'
  completion_play:
    $ref: '../properties/number_streams.yaml'
  skips:
    $ref: '../properties/number_streams.yaml'
  source:
    $ref: './SpotifySource.yaml'
  device_type:
    $ref: './SpotifyDeviceType.yaml'
  operating_system:
    $ref: './SpotifyOperatingSystem.yaml'
  engagement:
    $ref: './SpotifyEngagement.yaml'
  saves:
    $ref: './SpotifySaves.yaml'