# ModifyPlaylistGeneratorScope ## Example Usage ```typescript import { ModifyPlaylistGeneratorScope } from "@lukehagar/plexjs/sdk/models/operations"; let value: ModifyPlaylistGeneratorScope = ModifyPlaylistGeneratorScope.All; ``` ## Values | Name | Value | | ------- | ------- | | `All` | all | | `Count` | count |