# Smart whether the playlist is smart or not ## Example Usage ```typescript import { Smart } from "@lukehagar/plexjs/sdk/models/operations"; let value: Smart = Smart.One; ``` ## Values | Name | Value | | ------ | ------ | | `Zero` | 0 | | `One` | 1 |