> ## Documentation Index
> Fetch the complete documentation index at: https://chisa.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Aggregate Credits

> Get the aggregate credits (cast and crew) that have been added to a TV season.

**📘Note**

This call differs from the main credits call in that it does not return the newest season. Instead, it is a view of all the entire cast & crew for all episodes belonging to a TV show.



## OpenAPI

````yaml api-reference/openapi.json get /3/tv/{{series_id}}/season/{{season_number}}/aggregate_credits
openapi: 3.0.3
info:
  title: Themoviedb API
  description: >-
    Version 3 (stable) of The Movie Database (TMDB) API offers a concise list of
    available methods for movies, TV shows, actors, and images.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: https://api.themoviedb.org/3
security: []
tags:
  - name: Account
  - name: Authentication
    description: >-
      # How do I generate a session id?


      As outlined in the [getting started
      guide](https://developer.themoviedb.org/docs/getting-started), the basics
      to getting a user authenticated look like this:


      1. **Create a new request token**  

      2. **Get the user to authorize the request token**  

      3. **Create a new session id with the authorized request token**  


      Steps 1 and 3 should be fairly easy to understand, but let's walk through
      each to ensure clarity.


      ## Step 1: Create a request token


      The first step as a developer is to request a new token. This is a
      **temporary token** required to ask the user for permission to access
      their account. This token will automatically expire **after 60 minutes**
      if it's not used.


      ## Step 2: Ask the user for permission


      With a request token in hand, forward your user to the following URL:


      ```

      https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}

      ```


      You can also pass this URL a `redirect_to` parameter, like so:


      ```

      https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}?redirect_to=http://www.yourapp.com/approved

      ```


      Once the user has approved your request token, they will either be
      redirected to the URL you specified in the `redirect_to` parameter or to
      the `/authenticate/allow` path on TMDB. If they aren't redirected to a
      custom URL, the page will also include an `Authentication-Callback`
      header. This header contains the API call for step #3. You can either
      manually generate it or simply use the one we return.


      ## Step 3: Create a session ID


      By calling the **new session method** with the request token that has been
      approved by the user in Step 2, we will return a **new session_id**. This
      session can now be used to write user data. You should treat this key
      **like a password** and keep it secret.


      ## What about guest sessions?


      A **guest session** can be used to rate movies **without** requiring a
      registered TMDB user account. For more information about how to create a
      guest session, see
      [here](https://developer.themoviedb.org/docs/authentication).
  - name: Certification
  - name: Changes
  - name: Collections
  - name: Companies
  - name: Configuration
  - name: Credits
  - name: Discover
  - name: Find
  - name: Genres
  - name: Guest Session
  - name: Keywords
  - name: List
    description: >-
      ## v3 or v4 list? 😕


      You may have noticed that the a v4 version of our list API exists. While
      these v3 list methods continue to work, all of the new features you can
      see on our website are only available if you switch to the v4 lists.


      **What are some of the improvements in v4?**


      - You can import "unlimited" items in a single request
          
      - You can use mixed type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          
      - Check the v4 documentation for more information.
  - name: Movie Lists
  - name: Movies
  - name: Networks
  - name: People Lists
  - name: People
  - name: Reviews
  - name: Search
  - name: Trending
  - name: TV Series Lists
  - name: TV Series
  - name: TV Seasons
  - name: TV Episodes
  - name: TV Episode Groups
  - name: Watch Providers
paths:
  /3/tv/{{series_id}}/season/{{season_number}}/aggregate_credits:
    parameters:
      - name: series_id
        in: path
        required: true
        schema:
          type: string
      - name: season_number
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - TV Seasons
      summary: Aggregate Credits
      description: >-
        Get the aggregate credits (cast and crew) that have been added to a TV
        season.


        **📘Note**


        This call differs from the main credits call in that it does not return
        the newest season. Instead, it is a view of all the entire cast & crew
        for all episodes belonging to a TV show.
      operationId: aggregateCredits1
      parameters:
        - name: language
          in: query
          schema:
            type: string
            example: en-US
      responses:
        '200':
          description: Agg Credits
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=13257
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 11 Jan 2025 16:17:23 GMT
            ETag:
              schema:
                type: string
                example: W/"4b4b94c0c337eede5bca22b9ca3c3f67"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 4375274d19e6a104d814374704f49a08.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: zk1RRcEzfuXZPdbTkHdrwB31ZehsKclLincGf1XcXVVxc5mj2kyURQ==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '15028'
            x-memc-expires:
              schema:
                type: string
                example: '13257'
            x-memc-key:
              schema:
                type: string
                example: 15d14408c6a5f9f1091344aea5d80483
          content:
            application/json:
              schema:
                type: object
                properties:
                  cast:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 17419
                        known_for_department:
                          type: string
                          example: Acting
                        name:
                          type: string
                          example: Bryan Cranston
                        order:
                          type: number
                          example: 0
                        original_name:
                          type: string
                          example: Bryan Cranston
                        popularity:
                          type: number
                          example: 54.354
                        profile_path:
                          type: string
                          nullable: true
                          example: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg
                        roles:
                          type: array
                          items:
                            type: object
                            properties:
                              character:
                                type: string
                                example: Walter White
                              credit_id:
                                type: string
                                example: 52542282760ee313280017f9
                              episode_count:
                                type: number
                                example: 16
                          example:
                            - character: Walter White
                              credit_id: 52542282760ee313280017f9
                              episode_count: 16
                        total_episode_count:
                          type: number
                          example: 16
                    example:
                      - adult: false
                        gender: 2
                        id: 17419
                        known_for_department: Acting
                        name: Bryan Cranston
                        order: 0
                        original_name: Bryan Cranston
                        popularity: 54.354
                        profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg
                        roles:
                          - character: Walter White
                            credit_id: 52542282760ee313280017f9
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 2
                        id: 84497
                        known_for_department: Acting
                        name: Aaron Paul
                        order: 1
                        original_name: Aaron Paul
                        popularity: 48.759
                        profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg
                        roles:
                          - character: Jesse Pinkman
                            credit_id: 52542282760ee31328001845
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 1
                        id: 134531
                        known_for_department: Acting
                        name: Anna Gunn
                        order: 2
                        original_name: Anna Gunn
                        popularity: 47.158
                        profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg
                        roles:
                          - character: Skyler White
                            credit_id: 52542282760ee3132800181b
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 2
                        id: 209674
                        known_for_department: Acting
                        name: RJ Mitte
                        order: 3
                        original_name: RJ Mitte
                        popularity: 32.337
                        profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg
                        roles:
                          - character: Walter White Jr.
                            credit_id: 52542284760ee313280018a9
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 2
                        id: 14329
                        known_for_department: Acting
                        name: Dean Norris
                        order: 4
                        original_name: Dean Norris
                        popularity: 41.967
                        profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg
                        roles:
                          - character: Hank Schrader
                            credit_id: 52542283760ee3132800187b
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 1
                        id: 1217934
                        known_for_department: Acting
                        name: Betsy Brandt
                        order: 5
                        original_name: Betsy Brandt
                        popularity: 24.823
                        profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg
                        roles:
                          - character: Marie Schrader
                            credit_id: 52542283760ee31328001891
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 2
                        id: 59410
                        known_for_department: Acting
                        name: Bob Odenkirk
                        order: 7
                        original_name: Bob Odenkirk
                        popularity: 33.01
                        profile_path: /rF0Lb6SBhGSTvjRffmlKRSeI3jE.jpg
                        roles:
                          - character: Saul Goodman
                            credit_id: 5271b180760ee35afc09bb8d
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 2
                        id: 783
                        known_for_department: Acting
                        name: Jonathan Banks
                        order: 9
                        original_name: Jonathan Banks
                        popularity: 41.76
                        profile_path: /bswk26L13PvY4iMTwUTAsepXCLv.jpg
                        roles:
                          - character: Mike Ehrmantraut
                            credit_id: 5271b1e6760ee35af60941ad
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 2
                        id: 2234
                        known_for_department: Acting
                        name: Michael Bowen
                        order: 660
                        original_name: Michael Bowen
                        popularity: 18.577
                        profile_path: /8clG1Q984hsYJSfpOVbnoJAEJb2.jpg
                        roles:
                          - character: Uncle Jack
                            credit_id: 52780156760ee3397038de79
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 114000
                        known_for_department: Acting
                        name: Kevin Rankin
                        order: 661
                        original_name: Kevin Rankin
                        popularity: 26.712
                        profile_path: /fOW5R6BSgRvMrt2R7KAxSk7L4H2.jpg
                        roles:
                          - character: Kenny
                            credit_id: 527801a9760ee331ce03af8a
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 564348
                        known_for_department: Acting
                        name: Lavell Crawford
                        order: 637
                        original_name: Lavell Crawford
                        popularity: 16.24
                        profile_path: /mvDs3bWKicnC98nGJNqrm4NaALd.jpg
                        roles:
                          - character: Huell
                            credit_id: 52763ec8760ee35a9a0f7511
                            episode_count: 6
                        total_episode_count: 6
                      - adult: false
                        gender: 2
                        id: 1268114
                        known_for_department: Acting
                        name: Patrick Sane
                        order: 663
                        original_name: Patrick Sane
                        popularity: 6.086
                        profile_path: /AnT9tInB0UNpZszdUiT5wT1AzpI.jpg
                        roles:
                          - character: Frankie
                            credit_id: 527811bc760ee35e8e226e09
                            episode_count: 6
                        total_episode_count: 6
                      - adult: false
                        gender: 2
                        id: 1105706
                        known_for_department: Acting
                        name: Tait Fletcher
                        order: 662
                        original_name: Tait Fletcher
                        popularity: 28.75
                        profile_path: /zAVsHT2GBLPaQ4RpTopnHvIrCbv.jpg
                        roles:
                          - character: Lester
                            credit_id: 52782a42760ee375d4023968
                            episode_count: 5
                        total_episode_count: 5
                      - adult: false
                        gender: 0
                        id: 223395
                        known_for_department: Acting
                        name: Morse Bicknell
                        order: 627
                        original_name: Morse Bicknell
                        popularity: 4.215
                        profile_path: /14z7m7PpgLpNWN5EShCmKmm12zb.jpg
                        roles:
                          - character: Declan's Driver
                            credit_id: 5277fe8e760ee331ce03390f
                            episode_count: 4
                        total_episode_count: 4
                      - adult: false
                        gender: 2
                        id: 2128853
                        known_for_department: Production
                        name: Chris Freihofer
                        order: 620
                        original_name: Chris Freihofer
                        popularity: 12.637
                        profile_path: /2hrz73LkQoTFCa7jZJMJUj5S5oc.jpg
                        roles:
                          - character: Dan Wachsberger
                            credit_id: 5277f141760ee36033476505
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 2
                        id: 51036
                        known_for_department: Acting
                        name: Louis Ferreira
                        order: 626
                        original_name: Louis Ferreira
                        popularity: 20.943
                        profile_path: /7xUTd7N6XbB3uWvob12qpmGzPzA.jpg
                        roles:
                          - character: Declan
                            credit_id: 5277fe02760ee331cb02f9f3
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 2
                        id: 109708
                        known_for_department: Acting
                        name: Bill Burr
                        order: 632
                        original_name: Bill Burr
                        popularity: 43.532
                        profile_path: /fP2UJs7RiSafEHxDFYVjVFSesda.jpg
                        roles:
                          - character: Kuby
                            credit_id: 52765756760ee3603601643b
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 1
                        id: 211474
                        known_for_department: Acting
                        name: Emily Rios
                        order: 645
                        original_name: Emily Rios
                        popularity: 20.499
                        profile_path: /h8d9eg0wpyXcvJlunpZklh2asVY.jpg
                        roles:
                          - character: Andrea Cantillo
                            credit_id: 5276391d760ee33e440250f4
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 2
                        id: 1178637
                        known_for_department: Acting
                        name: Todd Terry
                        order: 650
                        original_name: Todd Terry
                        popularity: 15.347
                        profile_path: /vB9zZNg8qZPlSijYs84F4LpwVpo.jpg
                        roles:
                          - character: SAC Ramey
                            credit_id: 52745106760ee3570909e16b
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 2
                        id: 82945
                        known_for_department: Acting
                        name: Charles Baker
                        order: 656
                        original_name: Charles Baker
                        popularity: 15.588
                        profile_path: /mhSoY1plaop5eufoHDP4fkIGUfh.jpg
                        roles:
                          - character: Skinny Pete
                            credit_id: 52744007760ee356f6076365
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 2
                        id: 191202
                        known_for_department: Acting
                        name: Matt Jones
                        order: 658
                        original_name: Matt Jones
                        popularity: 20.508
                        profile_path: /x13vFDaJHY1CxNvSPWujYe12bMc.jpg
                        roles:
                          - character: Badger
                            credit_id: 52744535760ee3572209100e
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 0
                        id: 1007881
                        known_for_department: Acting
                        name: Miguel Martinez
                        order: 616
                        original_name: Miguel Martinez
                        popularity: 0.421
                        profile_path: /3khjt3XRFhqFJUFdeQMYtQbLpkn.jpg
                        roles:
                          - character: Fernando
                            credit_id: 5277f9a8760ee35ba20de492
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 109687
                        known_for_department: Acting
                        name: Mike Batayeh
                        order: 619
                        original_name: Mike Batayeh
                        popularity: 10.241
                        profile_path: /9uMJaSYCHjwRaXIe7ajpvDeURVC.jpg
                        roles:
                          - character: Dennis Markowski
                            credit_id: 5276f379760ee34f980c1dff
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 1145262
                        known_for_department: Acting
                        name: Phil Duran
                        order: 628
                        original_name: Phil Duran
                        popularity: 4.688
                        profile_path: /2UI8j6zf8WFkq2yjHOuJNtpSD9F.jpg
                        roles:
                          - character: DEA Agent
                            credit_id: 5277feab760ee360334956ee
                            episode_count: 1
                          - character: Van Oster
                            credit_id: 52783046760ee3046f01bc36
                            episode_count: 1
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 1077794
                        known_for_department: Acting
                        name: Pedro García
                        order: 628
                        original_name: Pedro García
                        popularity: 0.572
                        profile_path: null
                        roles:
                          - character: Mariano
                            credit_id: 5278133f760ee35e8e22b180
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 84754
                        known_for_department: Acting
                        name: Gonzalo Menendez
                        order: 630
                        original_name: Gonzalo Menendez
                        popularity: 14.669
                        profile_path: /nWvWfIwLZVXjZUru5DG08nAnPW4.jpg
                        roles:
                          - character: Detective Kalanchoe
                            credit_id: 5276f551760ee34f980c7576
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 20496
                        known_for_department: Acting
                        name: Jason Douglas
                        order: 633
                        original_name: Jason Douglas
                        popularity: 13.569
                        profile_path: /9vvygaziqPt23AafWHJY8TlUK8d.jpg
                        roles:
                          - character: Detective Munn
                            credit_id: 5276f5c9760ee34ca70c6628
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 1
                        id: 147085
                        known_for_department: Acting
                        name: Tina Parker
                        order: 634
                        original_name: Tina Parker
                        popularity: 15.698
                        profile_path: /qa4BFhrCGQKwqdTgLJ8S2rr95hD.jpg
                        roles:
                          - character: Francesca
                            credit_id: 52753cc8760ee3157002006b
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 110999
                        known_for_department: Acting
                        name: Joe Nemmers
                        order: 649
                        original_name: Joe Nemmers
                        popularity: 9.71
                        profile_path: /9Pd12b0Ii8Qio0Gyprwuu62UUQi.jpg
                        roles:
                          - character: DEA Agent Scott
                            credit_id: 52781aa7760ee36324007300
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 1
                        id: 14984
                        known_for_department: Acting
                        name: Jessica Hecht
                        order: 655
                        original_name: Jessica Hecht
                        popularity: 31.026
                        profile_path: /5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg
                        roles:
                          - character: Gretchen Schwartz
                            credit_id: 52542275760ee31328000768
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 23429
                        known_for_department: Acting
                        name: Adam Godley
                        order: 659
                        original_name: Adam Godley
                        popularity: 16.726
                        profile_path: /5a7c36DeI6GA73D5XC7rNX2VIvv.jpg
                        roles:
                          - character: Elliott Schwartz
                            credit_id: 527444c1760ee3572208fbc2
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 1
                        id: 1264845
                        known_for_department: Acting
                        name: Monique Candelaria
                        order: 601
                        original_name: Monique Candelaria
                        popularity: 6.578
                        profile_path: /jndsq3PlaIGmRExZHKrfvrMS3Uj.jpg
                        roles:
                          - character: Lucy
                            credit_id: 5277000c760ee34f980dca0c
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 11519
                        known_for_department: Acting
                        name: Larry Hankin
                        order: 602
                        original_name: Larry Hankin
                        popularity: 35.621
                        profile_path: /2uR8SZ9geiSQOpBhKrerh9qY7CX.jpg
                        roles:
                          - character: Old Joe
                            credit_id: 5276312a760ee33e4400b8c7
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 29862
                        known_for_department: Acting
                        name: Jim Beaver
                        order: 603
                        original_name: Jim Beaver
                        popularity: 40.194
                        profile_path: /c3Cqp1XAdcyeUZKkcrdQsPwb010.jpg
                        roles:
                          - character: Lawson
                            credit_id: 5276518e760ee36036009db6
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 20379
                        known_for_department: Acting
                        name: Christopher Cousins
                        order: 604
                        original_name: Christopher Cousins
                        popularity: 20.249
                        profile_path: /9fmoeZLGbJfiYU6mIbrUkjF9wsR.jpg
                        roles:
                          - character: Ted Beneke
                            credit_id: 527504f6760ee347c912980c
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 136152
                        known_for_department: Acting
                        name: JB Blanc
                        order: 605
                        original_name: JB Blanc
                        popularity: 20.235
                        profile_path: /fHLyXboPlBDo1aoAl085YqaPjO8.jpg
                        roles:
                          - character: Dr. Barry Goodman
                            credit_id: 5276f211760ee34f980bdc6a
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 9291
                        known_for_department: Acting
                        name: Michael Shamus Wiles
                        order: 606
                        original_name: Michael Shamus Wiles
                        popularity: 5.314
                        profile_path: /niY4gYqAUjmnU4KRiguxpsKliWA.jpg
                        roles:
                          - character: ASAC George Merkert
                            credit_id: 5271b622760ee35b0709869c
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 6701
                        known_for_department: Acting
                        name: Norbert Weisser
                        order: 607
                        original_name: Norbert Weisser
                        popularity: 9.578
                        profile_path: /A2QeLaigXmj1dtJHVLl27N8qNFd.jpg
                        roles:
                          - character: Peter Schuler
                            credit_id: 527702a7760ee3215f01527d
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 1219524
                        known_for_department: Acting
                        name: Wolf Muser
                        order: 608
                        original_name: Wolf Muser
                        popularity: 12.393
                        profile_path: /pjtffZMshARfyYvFdFJrPqykkXl.jpg
                        roles:
                          - character: Herr Herzog
                            credit_id: 5277038c760ee34f980e4bd6
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 121277
                        known_for_department: Acting
                        name: Norma Maldonado
                        order: 609
                        original_name: Norma Maldonado
                        popularity: 12.422
                        profile_path: /hD9iSbqkRU5dpxr3OScKIiYjLnN.jpg
                        roles:
                          - character: Delores
                            credit_id: 52770445760ee339701307f0
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 239997
                        known_for_department: Acting
                        name: Debrianna Mansini
                        order: 610
                        original_name: Debrianna Mansini
                        popularity: 12.732
                        profile_path: /xG3T8QWMmEgD47tyWGOy4NibYMN.jpg
                        roles:
                          - character: Fran
                            credit_id: 5277046e760ee3215f018e69
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 116233
                        known_for_department: Acting
                        name: Franc Ross
                        order: 611
                        original_name: Franc Ross
                        popularity: 12.242
                        profile_path: /ryhu0C5dAatcI2vDpi2crx0NbBE.jpg
                        roles:
                          - character: Ira
                            credit_id: 5277f0f0760ee35ba20c6abc
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 0
                        id: 1170374
                        known_for_department: Acting
                        name: Kristin Hansen
                        order: 612
                        original_name: Kristin Hansen
                        popularity: 1.564
                        profile_path: /kVK61O0lHcXNaXTS03HGqtcRcwh.jpg
                        roles:
                          - character: Darla
                            credit_id: 5277f185760ee331cb010fc8
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 307885
                        known_for_department: Acting
                        name: Alex Knight
                        order: 613
                        original_name: Alex Knight
                        popularity: 9.045
                        profile_path: /eojFYCdbTnv5VegIMoCVrJXur3K.jpg
                        roles:
                          - character: Salesman
                            credit_id: 5277f20b760ee331ce012975
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 79079
                        known_for_department: Acting
                        name: Jamie McShane
                        order: 614
                        original_name: Jamie McShane
                        popularity: 23.259
                        profile_path: /wojvRZMpAwytyoFTMFOpvZ26qJq.jpg
                        roles:
                          - character: Conductor
                            credit_id: 5277f521760ee331cb019d13
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 84955
                        known_for_department: Acting
                        name: Myk Watford
                        order: 615
                        original_name: Myk Watford
                        popularity: 9.211
                        profile_path: /atyeOUzaR5f6Ew3gA2qE9N0Tvcr.jpg
                        roles:
                          - character: Engineer
                            credit_id: 5277f920760ee3397037ab99
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 1194992
                        known_for_department: Acting
                        name: Ryan Begay
                        order: 617
                        original_name: Ryan Begay
                        popularity: 9.085
                        profile_path: /oIzcJxPs0gcW5Ne6beuwaXKTZrJ.jpg
                        roles:
                          - character: Good Samaritan
                            credit_id: 5277faee760ee331ce02b84e
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 197857
                        known_for_department: Acting
                        name: Craig Nigh
                        order: 621
                        original_name: Craig Nigh
                        popularity: 10.634
                        profile_path: /6dUivUU1OEmixR7ettlonsL5KDX.jpg
                        roles:
                          - character: Asst. US Attorney
                            credit_id: 5278121c760ee36b951e53f1
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 61152
                        known_for_department: Acting
                        name: Debi Parker
                        order: 622
                        original_name: Debi Parker
                        popularity: 3.949
                        profile_path: null
                        roles:
                          - character: Min-Ye
                            credit_id: 52781a00760ee3764e103a31
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 208061
                        known_for_department: Acting
                        name: Chad Brummett
                        order: 623
                        original_name: Chad Brummett
                        popularity: 6.38
                        profile_path: /gAey8j0Rnz9k6nPgcni3p1Cm3zO.jpg
                        roles:
                          - character: DEA Agent Artie
                            credit_id: 52781a3d760ee35b14023699
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 1193431
                        known_for_department: Acting
                        name: Wayne Dehart
                        order: 624
                        original_name: Wayne Dehart
                        popularity: 2.939
                        profile_path: /lvSDWQ0TpkhsTmk9obaZLIxU0j2.jpg
                        roles:
                          - character: Homeless Man
                            credit_id: 52781aeb760ee35e8e247957
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 963009
                        known_for_department: Acting
                        name: Ray Chavez
                        order: 625
                        original_name: Ray Chavez
                        popularity: 0.442
                        profile_path: null
                        roles:
                          - character: Skater
                            credit_id: 52781bc6760ee375bb0007ca
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 191132
                        known_for_department: Acting
                        name: Mark Vasconcellos
                        order: 629
                        original_name: Mark Vasconcellos
                        popularity: 5.792
                        profile_path: /sq75o4tKduBBiBeTsNQALBkJoBS.jpg
                        roles:
                          - character: Jack's Henchman
                            credit_id: 52782a7c760ee375d40245c0
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 962861
                        known_for_department: Acting
                        name: Bruce McKenzie
                        order: 631
                        original_name: Bruce McKenzie
                        popularity: 7.225
                        profile_path: /hzXLV3EzPFVTTgZ8lHves52GIb0.jpg
                        roles:
                          - character: Dave
                            credit_id: 52782ee0760ee3046f019146
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 131420
                        known_for_department: Acting
                        name: Wray Crawford
                        order: 635
                        original_name: Wray Crawford
                        popularity: 6.18
                        profile_path: /vfELFDthE2iIXurrdfJ53UtqkWY.jpg
                        roles:
                          - character: Locksmith
                            credit_id: 52782f10760ee30b9d0040a8
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 199836
                        known_for_department: Acting
                        name: Jack Burning
                        order: 636
                        original_name: Jack Burning
                        popularity: 2.116
                        profile_path: null
                        roles:
                          - character: Homeless Man
                            credit_id: 52782f67760ee3046f019e6f
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 1102383
                        known_for_department: Acting
                        name: Merritt C. Glover
                        order: 639
                        original_name: Merritt C. Glover
                        popularity: 1.443
                        profile_path: null
                        roles:
                          - character: Customer
                            credit_id: 52783068760ee3046f01bf54
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 126829
                        known_for_department: Acting
                        name: Saginaw Grant
                        order: 640
                        original_name: Saginaw Grant
                        popularity: 9.445
                        profile_path: /pQdS21e9ddOcSS2JzKsibdZexbd.jpg
                        roles:
                          - character: Native American Man
                            credit_id: 52783137760ee37c54027895
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 0
                        id: 167145
                        known_for_department: Acting
                        name: Hank Rogerson
                        order: 641
                        original_name: Hank Rogerson
                        popularity: 4.918
                        profile_path: /iP4XcHwxQsgeoRb9izKXGyXk3DQ.jpg
                        roles:
                          - character: 'Detective #1'
                            credit_id: 52783157760ee3757203bccd
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 967704
                        known_for_department: Acting
                        name: Billy Lockwood
                        order: 642
                        original_name: Billy Lockwood
                        popularity: 5.097
                        profile_path: /kH1J0HhK7GgAwqkpAJxOyRbPL2D.jpg
                        roles:
                          - character: 'Detective #2'
                            credit_id: 52783181760ee375b3039628
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 115688
                        known_for_department: Acting
                        name: Carmen Serano
                        order: 643
                        original_name: Carmen Serano
                        popularity: 7.033
                        profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg
                        roles:
                          - character: Carmen Molina
                            credit_id: 52542273760ee31328000676
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 1218149
                        known_for_department: Acting
                        name: Brennan Brown
                        order: 644
                        original_name: Brennan Brown
                        popularity: 18.095
                        profile_path: /ulP8XOTkF1EOfZGiyLXMrpkIZzo.jpg
                        roles:
                          - character: US Attorney
                            credit_id: 527832b6760ee3757e0437cf
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 1063149
                        known_for_department: Acting
                        name: Eric Price
                        order: 646
                        original_name: Eric Price
                        popularity: 6.013
                        profile_path: /ubz1x3b3osigzaaitLuGnofDE.jpg
                        roles:
                          - character: Public Defender
                            credit_id: 52783571760ee3046f026795
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 5694
                        known_for_department: Acting
                        name: Robert Forster
                        order: 647
                        original_name: Robert Forster
                        popularity: 31.339
                        profile_path: /8OiwipCStS3HyfIm7h7qwEEqIaF.jpg
                        roles:
                          - character: Ed
                            credit_id: 527835f4760ee37572044673
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 173129
                        known_for_department: Acting
                        name: Kurt Soderstrom
                        order: 648
                        original_name: Kurt Soderstrom
                        popularity: 1.183
                        profile_path: null
                        roles:
                          - character: Bartender
                            credit_id: 527836c3760ee375a605416f
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 208060
                        known_for_department: Acting
                        name: Deborah Martinez
                        order: 652
                        original_name: Deborah Martinez
                        popularity: 3.41
                        profile_path: /hhmtAeXEKtZxOSxaAZ6jYBW5ow.jpg
                        roles:
                          - character: School Office Worker
                            credit_id: 527836e6760ee375b3044064
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 70177
                        known_for_department: Acting
                        name: Charlie Rose
                        order: 654
                        original_name: Charlie Rose
                        popularity: 16.637
                        profile_path: /xUP3ASMgGrqruj7dYcQQBfLo9xm.jpg
                        roles:
                          - character: Charlie Rose
                            credit_id: 5278372e760ee37c54032bbf
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 175895
                        known_for_department: Acting
                        name: Steve Stafford
                        order: 657
                        original_name: Steve Stafford
                        popularity: 10.97
                        profile_path: null
                        roles:
                          - character: DEA Agent
                            credit_id: 527838cc760ee3046f02c0e8
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 1313823
                        known_for_department: Acting
                        name: Guy Wilson
                        order: 669
                        original_name: Guy Wilson
                        popularity: 9.475
                        profile_path: /qoBVJOg8yYo5UpZoyrAV0jhhl0n.jpg
                        roles:
                          - character: Trent
                            credit_id: 5ef3bae59661fc003625f338
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 3039254
                        known_for_department: Acting
                        name: Fred Cruz
                        order: 670
                        original_name: Fred Cruz
                        popularity: 3.757
                        profile_path: null
                        roles:
                          - character: Lt. Adam Estiguez
                            credit_id: 606b4cdf9ca7590029e92aea
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 1223198
                        known_for_department: Writing
                        name: Moira Walley-Beckett
                        order: 703
                        original_name: Moira Walley-Beckett
                        popularity: 7.899
                        profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg
                        roles:
                          - character: Car Wash Customer (uncredited)
                            credit_id: 6315fec4326c190079d3f992
                            episode_count: 1
                        total_episode_count: 1
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        department:
                          type: string
                          example: Art
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 1330079
                        jobs:
                          type: array
                          items:
                            type: object
                            properties:
                              credit_id:
                                type: string
                                example: 539980c8c3a3681d0700143a
                              episode_count:
                                type: number
                                example: 16
                              job:
                                type: string
                                example: Art Direction
                          example:
                            - credit_id: 539980c8c3a3681d0700143a
                              episode_count: 16
                              job: Art Direction
                        known_for_department:
                          type: string
                          example: Art
                        name:
                          type: string
                          example: Bjarne Sletteland
                        original_name:
                          type: string
                          example: Bjarne Sletteland
                        popularity:
                          type: number
                          example: 1.296
                        profile_path:
                          type: string
                          nullable: true
                          example: null
                        total_episode_count:
                          type: number
                          example: 16
                    example:
                      - adult: false
                        department: Art
                        gender: 2
                        id: 1330079
                        jobs:
                          - credit_id: 539980c8c3a3681d0700143a
                            episode_count: 16
                            job: Art Direction
                        known_for_department: Art
                        name: Bjarne Sletteland
                        original_name: Bjarne Sletteland
                        popularity: 1.296
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Art
                        gender: 2
                        id: 12706
                        jobs:
                          - credit_id: 539980a1c3a3681d0d00148b
                            episode_count: 16
                            job: Production Design
                        known_for_department: Art
                        name: Mark S. Freeborn
                        original_name: Mark S. Freeborn
                        popularity: 1.306
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Art
                        gender: 1
                        id: 1537678
                        jobs:
                          - credit_id: 643fec9bb0ba7e04cf13314a
                            episode_count: 12
                            job: Assistant Art Director
                          - credit_id: 643fecaedd4716080d81383b
                            episode_count: 2
                            job: Art Direction
                        known_for_department: Art
                        name: Paula Dal Santo
                        original_name: Paula Dal Santo
                        popularity: 0.337
                        profile_path: null
                        total_episode_count: 14
                      - adult: false
                        department: Camera
                        gender: 2
                        id: 52034
                        jobs:
                          - credit_id: 64603ebedbbb42015305d0a9
                            episode_count: 13
                            job: Director of Photography
                        known_for_department: Directing
                        name: Michael Slovis
                        original_name: Michael Slovis
                        popularity: 9.012
                        profile_path: /6L2U9eY6YisJlxlmQEwims8Gkf3.jpg
                        total_episode_count: 13
                      - adult: false
                        department: Camera
                        gender: 2
                        id: 58187
                        jobs:
                          - credit_id: 64603f03a672540143668ef9
                            episode_count: 3
                            job: Director of Photography
                        known_for_department: Camera
                        name: Arthur Albert
                        original_name: Arthur Albert
                        popularity: 4.526
                        profile_path: null
                        total_episode_count: 3
                      - adult: false
                        department: Camera
                        gender: 2
                        id: 1543194
                        jobs:
                          - credit_id: 565e263fc3a3687cff00374b
                            episode_count: 1
                            job: Director of Photography
                        known_for_department: Camera
                        name: Marshall Adams
                        original_name: Marshall Adams
                        popularity: 3.021
                        profile_path: /ncUZjPfQrKBdUZV0fOlUwn984rx.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Costume & Make-Up
                        gender: 1
                        id: 1537674
                        jobs:
                          - credit_id: 6418a1a7a14bef00b815158a
                            episode_count: 16
                            job: Costume Design
                        known_for_department: Costume & Make-Up
                        name: Jennifer Bryan
                        original_name: Jennifer Bryan
                        popularity: 4.588
                        profile_path: /oA5QovyVfEG0SUIs0DIhGsriyok.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Crew
                        gender: 2
                        id: 1537690
                        jobs:
                          - credit_id: 6450485343501100ea397cba
                            episode_count: 16
                            job: Stunt Coordinator
                        known_for_department: Crew
                        name: Al Goto
                        original_name: Al Goto
                        popularity: 20.084
                        profile_path: /sJEtjLwLdqhY3soar4BflPBDpZu.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Crew
                        gender: 2
                        id: 4065202
                        jobs:
                          - credit_id: 64634c54ef8b3200fe7e825f
                            episode_count: 16
                            job: Thanks
                        known_for_department: Crew
                        name: Richard Berry
                        original_name: Richard Berry
                        popularity: 0.349
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Directing
                        gender: 1
                        id: 29779
                        jobs:
                          - credit_id: 52542280760ee31328001325
                            episode_count: 4
                            job: Director
                        known_for_department: Directing
                        name: Michelle MacLaren
                        original_name: Michelle MacLaren
                        popularity: 12.156
                        profile_path: /3LcH5eNiysMWaepARllVrS4Dzn7.jpg
                        total_episode_count: 4
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 52034
                        jobs:
                          - credit_id: 525423cb760ee3132800238d
                            episode_count: 2
                            job: Director
                        known_for_department: Directing
                        name: Michael Slovis
                        original_name: Michael Slovis
                        popularity: 9.012
                        profile_path: /6L2U9eY6YisJlxlmQEwims8Gkf3.jpg
                        total_episode_count: 2
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 67367
                        jobs:
                          - credit_id: 525423cb760ee313280023d8
                            episode_count: 2
                            job: Director
                        known_for_department: Directing
                        name: Rian Johnson
                        original_name: Rian Johnson
                        popularity: 25.165
                        profile_path: /uPWwvdppeZVKPbYcjXKU8zyuAVh.jpg
                        total_episode_count: 2
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 111338
                        jobs:
                          - credit_id: 52542275760ee31328000725
                            episode_count: 1
                            job: Director
                        known_for_department: Directing
                        name: Adam Bernstein
                        original_name: Adam Bernstein
                        popularity: 14.526
                        profile_path: /jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 1223193
                        jobs:
                          - credit_id: 5277f415760ee331cb01760b
                            episode_count: 1
                            job: Director
                        known_for_department: Writing
                        name: George Mastras
                        original_name: George Mastras
                        popularity: 1.588
                        profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 103009
                        jobs:
                          - credit_id: 5277ff43760ee33970388037
                            episode_count: 1
                            job: Director
                        known_for_department: Writing
                        name: Thomas Schnauz
                        original_name: Thomas Schnauz
                        popularity: 3.873
                        profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 1212287
                        jobs:
                          - credit_id: 52542281760ee31328001550
                            episode_count: 1
                            job: Director
                        known_for_department: Directing
                        name: Colin Bucksey
                        original_name: Colin Bucksey
                        popularity: 10.84
                        profile_path: /apHHMfnkCVna1iYR3K5PA0TQ14D.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 24951
                        jobs:
                          - credit_id: 527685f3760ee360330b9ed3
                            episode_count: 1
                            job: Director
                        known_for_department: Production
                        name: Peter Gould
                        original_name: Peter Gould
                        popularity: 14.514
                        profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 17419
                        jobs:
                          - credit_id: 5254227b760ee31328000d85
                            episode_count: 1
                            job: Director
                        known_for_department: Acting
                        name: Bryan Cranston
                        original_name: Bryan Cranston
                        popularity: 54.354
                        profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 1223194
                        jobs:
                          - credit_id: 52782e08760ee375a6041d36
                            episode_count: 1
                            job: Director
                        known_for_department: Writing
                        name: Sam Catlin
                        original_name: Sam Catlin
                        popularity: 5.631
                        profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 66633
                        jobs:
                          - credit_id: 52542275760ee313280006e8
                            episode_count: 1
                            job: Director
                        known_for_department: Writing
                        name: Vince Gilligan
                        original_name: Vince Gilligan
                        popularity: 24.349
                        profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Editing
                        gender: 2
                        id: 1123195
                        jobs:
                          - credit_id: 52b705e619c2955a1f0c895b
                            episode_count: 1
                            job: Editor
                        known_for_department: Editing
                        name: Skip Macdonald
                        original_name: Skip Macdonald
                        popularity: 8.403
                        profile_path: /58Ol4VqSnD8NIp9kpi4NkFEh9RF.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Production
                        gender: 2
                        id: 1223194
                        jobs:
                          - credit_id: 64189e12a14bef00b81514a9
                            episode_count: 16
                            job: Co-Executive Producer
                        known_for_department: Writing
                        name: Sam Catlin
                        original_name: Sam Catlin
                        popularity: 5.631
                        profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 1
                        id: 6479
                        jobs:
                          - credit_id: 6444663ccee2f6049f36d7d3
                            episode_count: 16
                            job: Casting
                        known_for_department: Production
                        name: Sharon Bialy
                        original_name: Sharon Bialy
                        popularity: 18.3
                        profile_path: /uOex6LpaQYncD0sQfVYD1frI5uJ.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 1
                        id: 1223199
                        jobs:
                          - credit_id: 64189dcea14bef008100712b
                            episode_count: 16
                            job: Co-Executive Producer
                        known_for_department: Production
                        name: Melissa Bernstein
                        original_name: Melissa Bernstein
                        popularity: 3.742
                        profile_path: /rSztwqMUIko8RkmwjxBse1XDW3g.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 1223193
                        jobs:
                          - credit_id: 64189e9c6a2227008de8d158
                            episode_count: 16
                            job: Co-Executive Producer
                        known_for_department: Writing
                        name: George Mastras
                        original_name: George Mastras
                        popularity: 1.588
                        profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 1223200
                        jobs:
                          - credit_id: 64189d12310325010151b7b7
                            episode_count: 16
                            job: Producer
                        known_for_department: Production
                        name: Stewart Lyons
                        original_name: Stewart Lyons
                        popularity: 1.236
                        profile_path: /dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 17419
                        jobs:
                          - credit_id: 5254228d760ee31328001cc7
                            episode_count: 16
                            job: Producer
                        known_for_department: Acting
                        name: Bryan Cranston
                        original_name: Bryan Cranston
                        popularity: 54.354
                        profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 103009
                        jobs:
                          - credit_id: 64189ecbe7414600f7ef55f8
                            episode_count: 16
                            job: Co-Executive Producer
                        known_for_department: Writing
                        name: Thomas Schnauz
                        original_name: Thomas Schnauz
                        popularity: 3.873
                        profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 3970747
                        jobs:
                          - credit_id: 64189f7aa14bef0099c8395a
                            episode_count: 16
                            job: Associate Producer
                        known_for_department: Production
                        name: Andrew Ortner
                        original_name: Andrew Ortner
                        popularity: 0.323
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 5162
                        jobs:
                          - credit_id: 52542287760ee31328001b69
                            episode_count: 16
                            job: Executive Producer
                        known_for_department: Production
                        name: Mark Johnson
                        original_name: Mark Johnson
                        popularity: 16.405
                        profile_path: /gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 24951
                        jobs:
                          - credit_id: 64189e3f0d5d85009ba2c1d8
                            episode_count: 16
                            job: Co-Executive Producer
                        known_for_department: Production
                        name: Peter Gould
                        original_name: Peter Gould
                        popularity: 14.514
                        profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 1
                        id: 1223198
                        jobs:
                          - credit_id: 64189f31310325010151b83d
                            episode_count: 16
                            job: Supervising Producer
                        known_for_department: Writing
                        name: Moira Walley-Beckett
                        original_name: Moira Walley-Beckett
                        popularity: 7.899
                        profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 1537675
                        jobs:
                          - credit_id: 644465ffd38b580521114ec4
                            episode_count: 16
                            job: Casting Associate
                        known_for_department: Production
                        name: Russell Scott
                        original_name: Russell Scott
                        popularity: 1.453
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 1
                        id: 1223202
                        jobs:
                          - credit_id: 64189d742b8a4300b8d57ca9
                            episode_count: 16
                            job: Producer
                        known_for_department: Production
                        name: Diane Mercer
                        original_name: Diane Mercer
                        popularity: 5.254
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 66633
                        jobs:
                          - credit_id: 52542287760ee31328001af1
                            episode_count: 16
                            job: Executive Producer
                        known_for_department: Writing
                        name: Vince Gilligan
                        original_name: Vince Gilligan
                        popularity: 24.349
                        profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 1930718
                        jobs:
                          - credit_id: 6449841d05a53304be1b880d
                            episode_count: 16
                            job: Location Manager
                        known_for_department: Production
                        name: Christian Diaz de Bedoya
                        original_name: Christian Diaz de Bedoya
                        popularity: 0.576
                        profile_path: /jgELIZ1msexaFvFHUePDvvZpFRr.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 1
                        id: 29779
                        jobs:
                          - credit_id: 64189e5f6a2227008de8d147
                            episode_count: 16
                            job: Executive Producer
                        known_for_department: Directing
                        name: Michelle MacLaren
                        original_name: Michelle MacLaren
                        popularity: 12.156
                        profile_path: /3LcH5eNiysMWaepARllVrS4Dzn7.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 1
                        id: 959387
                        jobs:
                          - credit_id: 64446643cee2f604f336e877
                            episode_count: 16
                            job: Casting
                        known_for_department: Production
                        name: Sherry Thomas
                        original_name: Sherry Thomas
                        popularity: 5.041
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Sound
                        gender: 2
                        id: 1280070
                        jobs:
                          - credit_id: 52b7008819c29559eb03dd72
                            episode_count: 16
                            job: Original Music Composer
                        known_for_department: Sound
                        name: Dave Porter
                        original_name: Dave Porter
                        popularity: 3.538
                        profile_path: /flRW9QknVtU8HG7lLjMvflbhl2a.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Sound
                        gender: 2
                        id: 1537682
                        jobs:
                          - credit_id: 644986702fdec604e4a1236a
                            episode_count: 16
                            job: Supervising Sound Editor
                        known_for_department: Sound
                        name: Kurt Nicholas Forshager
                        original_name: Kurt Nicholas Forshager
                        popularity: 1.088
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Sound
                        gender: 2
                        id: 1069688
                        jobs:
                          - credit_id: 64634e45e3fa2f00e404a628
                            episode_count: 16
                            job: Music Supervisor
                        known_for_department: Sound
                        name: Thomas Golubić
                        original_name: Thomas Golubić
                        popularity: 1.344
                        profile_path: /umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Writing
                        gender: 2
                        id: 66633
                        jobs:
                          - credit_id: 52542275760ee313280006ce
                            episode_count: 3
                            job: Writer
                        known_for_department: Writing
                        name: Vince Gilligan
                        original_name: Vince Gilligan
                        popularity: 24.349
                        profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg
                        total_episode_count: 3
                      - adult: false
                        department: Writing
                        gender: 2
                        id: 24951
                        jobs:
                          - credit_id: 6443b361cee2f6044b36a4f2
                            episode_count: 3
                            job: Writer
                        known_for_department: Production
                        name: Peter Gould
                        original_name: Peter Gould
                        popularity: 14.514
                        profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg
                        total_episode_count: 3
                      - adult: false
                        department: Writing
                        gender: 2
                        id: 103009
                        jobs:
                          - credit_id: 6443b3e3a06efe0552a4835a
                            episode_count: 2
                            job: Writer
                        known_for_department: Writing
                        name: Thomas Schnauz
                        original_name: Thomas Schnauz
                        popularity: 3.873
                        profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg
                        total_episode_count: 2
                      - adult: false
                        department: Writing
                        gender: 1
                        id: 1223198
                        jobs:
                          - credit_id: 6443b454651fcf04b29d2b4f
                            episode_count: 2
                            job: Writer
                        known_for_department: Writing
                        name: Moira Walley-Beckett
                        original_name: Moira Walley-Beckett
                        popularity: 7.899
                        profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg
                        total_episode_count: 2
                      - adult: false
                        department: Writing
                        gender: 2
                        id: 1223194
                        jobs:
                          - credit_id: 5254227d760ee31328000fb2
                            episode_count: 2
                            job: Writer
                        known_for_department: Writing
                        name: Sam Catlin
                        original_name: Sam Catlin
                        popularity: 5.631
                        profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg
                        total_episode_count: 2
                      - adult: false
                        department: Writing
                        gender: 1
                        id: 1223203
                        jobs:
                          - credit_id: 525423ce760ee3132800261a
                            episode_count: 2
                            job: Writer
                        known_for_department: Writing
                        name: Gennifer Hutchison
                        original_name: Gennifer Hutchison
                        popularity: 3.167
                        profile_path: /b9aW3OIGhVOv7m8QdIzX87Bs4hl.jpg
                        total_episode_count: 2
                      - adult: false
                        department: Writing
                        gender: 2
                        id: 1223193
                        jobs:
                          - credit_id: 52542279760ee31328000b45
                            episode_count: 2
                            job: Writer
                        known_for_department: Writing
                        name: George Mastras
                        original_name: George Mastras
                        popularity: 1.588
                        profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg
                        total_episode_count: 2
                  id:
                    type: number
                    example: 3578
              examples:
                Agg Credits:
                  value:
                    cast:
                      - adult: false
                        gender: 2
                        id: 17419
                        known_for_department: Acting
                        name: Bryan Cranston
                        order: 0
                        original_name: Bryan Cranston
                        popularity: 54.354
                        profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg
                        roles:
                          - character: Walter White
                            credit_id: 52542282760ee313280017f9
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 2
                        id: 84497
                        known_for_department: Acting
                        name: Aaron Paul
                        order: 1
                        original_name: Aaron Paul
                        popularity: 48.759
                        profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg
                        roles:
                          - character: Jesse Pinkman
                            credit_id: 52542282760ee31328001845
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 1
                        id: 134531
                        known_for_department: Acting
                        name: Anna Gunn
                        order: 2
                        original_name: Anna Gunn
                        popularity: 47.158
                        profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg
                        roles:
                          - character: Skyler White
                            credit_id: 52542282760ee3132800181b
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 2
                        id: 209674
                        known_for_department: Acting
                        name: RJ Mitte
                        order: 3
                        original_name: RJ Mitte
                        popularity: 32.337
                        profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg
                        roles:
                          - character: Walter White Jr.
                            credit_id: 52542284760ee313280018a9
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 2
                        id: 14329
                        known_for_department: Acting
                        name: Dean Norris
                        order: 4
                        original_name: Dean Norris
                        popularity: 41.967
                        profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg
                        roles:
                          - character: Hank Schrader
                            credit_id: 52542283760ee3132800187b
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 1
                        id: 1217934
                        known_for_department: Acting
                        name: Betsy Brandt
                        order: 5
                        original_name: Betsy Brandt
                        popularity: 24.823
                        profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg
                        roles:
                          - character: Marie Schrader
                            credit_id: 52542283760ee31328001891
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 2
                        id: 59410
                        known_for_department: Acting
                        name: Bob Odenkirk
                        order: 7
                        original_name: Bob Odenkirk
                        popularity: 33.01
                        profile_path: /rF0Lb6SBhGSTvjRffmlKRSeI3jE.jpg
                        roles:
                          - character: Saul Goodman
                            credit_id: 5271b180760ee35afc09bb8d
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 2
                        id: 783
                        known_for_department: Acting
                        name: Jonathan Banks
                        order: 9
                        original_name: Jonathan Banks
                        popularity: 41.76
                        profile_path: /bswk26L13PvY4iMTwUTAsepXCLv.jpg
                        roles:
                          - character: Mike Ehrmantraut
                            credit_id: 5271b1e6760ee35af60941ad
                            episode_count: 16
                        total_episode_count: 16
                      - adult: false
                        gender: 2
                        id: 2234
                        known_for_department: Acting
                        name: Michael Bowen
                        order: 660
                        original_name: Michael Bowen
                        popularity: 18.577
                        profile_path: /8clG1Q984hsYJSfpOVbnoJAEJb2.jpg
                        roles:
                          - character: Uncle Jack
                            credit_id: 52780156760ee3397038de79
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 114000
                        known_for_department: Acting
                        name: Kevin Rankin
                        order: 661
                        original_name: Kevin Rankin
                        popularity: 26.712
                        profile_path: /fOW5R6BSgRvMrt2R7KAxSk7L4H2.jpg
                        roles:
                          - character: Kenny
                            credit_id: 527801a9760ee331ce03af8a
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 564348
                        known_for_department: Acting
                        name: Lavell Crawford
                        order: 637
                        original_name: Lavell Crawford
                        popularity: 16.24
                        profile_path: /mvDs3bWKicnC98nGJNqrm4NaALd.jpg
                        roles:
                          - character: Huell
                            credit_id: 52763ec8760ee35a9a0f7511
                            episode_count: 6
                        total_episode_count: 6
                      - adult: false
                        gender: 2
                        id: 1268114
                        known_for_department: Acting
                        name: Patrick Sane
                        order: 663
                        original_name: Patrick Sane
                        popularity: 6.086
                        profile_path: /AnT9tInB0UNpZszdUiT5wT1AzpI.jpg
                        roles:
                          - character: Frankie
                            credit_id: 527811bc760ee35e8e226e09
                            episode_count: 6
                        total_episode_count: 6
                      - adult: false
                        gender: 2
                        id: 1105706
                        known_for_department: Acting
                        name: Tait Fletcher
                        order: 662
                        original_name: Tait Fletcher
                        popularity: 28.75
                        profile_path: /zAVsHT2GBLPaQ4RpTopnHvIrCbv.jpg
                        roles:
                          - character: Lester
                            credit_id: 52782a42760ee375d4023968
                            episode_count: 5
                        total_episode_count: 5
                      - adult: false
                        gender: 0
                        id: 223395
                        known_for_department: Acting
                        name: Morse Bicknell
                        order: 627
                        original_name: Morse Bicknell
                        popularity: 4.215
                        profile_path: /14z7m7PpgLpNWN5EShCmKmm12zb.jpg
                        roles:
                          - character: Declan's Driver
                            credit_id: 5277fe8e760ee331ce03390f
                            episode_count: 4
                        total_episode_count: 4
                      - adult: false
                        gender: 2
                        id: 2128853
                        known_for_department: Production
                        name: Chris Freihofer
                        order: 620
                        original_name: Chris Freihofer
                        popularity: 12.637
                        profile_path: /2hrz73LkQoTFCa7jZJMJUj5S5oc.jpg
                        roles:
                          - character: Dan Wachsberger
                            credit_id: 5277f141760ee36033476505
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 2
                        id: 51036
                        known_for_department: Acting
                        name: Louis Ferreira
                        order: 626
                        original_name: Louis Ferreira
                        popularity: 20.943
                        profile_path: /7xUTd7N6XbB3uWvob12qpmGzPzA.jpg
                        roles:
                          - character: Declan
                            credit_id: 5277fe02760ee331cb02f9f3
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 2
                        id: 109708
                        known_for_department: Acting
                        name: Bill Burr
                        order: 632
                        original_name: Bill Burr
                        popularity: 43.532
                        profile_path: /fP2UJs7RiSafEHxDFYVjVFSesda.jpg
                        roles:
                          - character: Kuby
                            credit_id: 52765756760ee3603601643b
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 1
                        id: 211474
                        known_for_department: Acting
                        name: Emily Rios
                        order: 645
                        original_name: Emily Rios
                        popularity: 20.499
                        profile_path: /h8d9eg0wpyXcvJlunpZklh2asVY.jpg
                        roles:
                          - character: Andrea Cantillo
                            credit_id: 5276391d760ee33e440250f4
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 2
                        id: 1178637
                        known_for_department: Acting
                        name: Todd Terry
                        order: 650
                        original_name: Todd Terry
                        popularity: 15.347
                        profile_path: /vB9zZNg8qZPlSijYs84F4LpwVpo.jpg
                        roles:
                          - character: SAC Ramey
                            credit_id: 52745106760ee3570909e16b
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 2
                        id: 82945
                        known_for_department: Acting
                        name: Charles Baker
                        order: 656
                        original_name: Charles Baker
                        popularity: 15.588
                        profile_path: /mhSoY1plaop5eufoHDP4fkIGUfh.jpg
                        roles:
                          - character: Skinny Pete
                            credit_id: 52744007760ee356f6076365
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 2
                        id: 191202
                        known_for_department: Acting
                        name: Matt Jones
                        order: 658
                        original_name: Matt Jones
                        popularity: 20.508
                        profile_path: /x13vFDaJHY1CxNvSPWujYe12bMc.jpg
                        roles:
                          - character: Badger
                            credit_id: 52744535760ee3572209100e
                            episode_count: 3
                        total_episode_count: 3
                      - adult: false
                        gender: 0
                        id: 1007881
                        known_for_department: Acting
                        name: Miguel Martinez
                        order: 616
                        original_name: Miguel Martinez
                        popularity: 0.421
                        profile_path: /3khjt3XRFhqFJUFdeQMYtQbLpkn.jpg
                        roles:
                          - character: Fernando
                            credit_id: 5277f9a8760ee35ba20de492
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 109687
                        known_for_department: Acting
                        name: Mike Batayeh
                        order: 619
                        original_name: Mike Batayeh
                        popularity: 10.241
                        profile_path: /9uMJaSYCHjwRaXIe7ajpvDeURVC.jpg
                        roles:
                          - character: Dennis Markowski
                            credit_id: 5276f379760ee34f980c1dff
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 1145262
                        known_for_department: Acting
                        name: Phil Duran
                        order: 628
                        original_name: Phil Duran
                        popularity: 4.688
                        profile_path: /2UI8j6zf8WFkq2yjHOuJNtpSD9F.jpg
                        roles:
                          - character: DEA Agent
                            credit_id: 5277feab760ee360334956ee
                            episode_count: 1
                          - character: Van Oster
                            credit_id: 52783046760ee3046f01bc36
                            episode_count: 1
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 1077794
                        known_for_department: Acting
                        name: Pedro García
                        order: 628
                        original_name: Pedro García
                        popularity: 0.572
                        profile_path: null
                        roles:
                          - character: Mariano
                            credit_id: 5278133f760ee35e8e22b180
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 84754
                        known_for_department: Acting
                        name: Gonzalo Menendez
                        order: 630
                        original_name: Gonzalo Menendez
                        popularity: 14.669
                        profile_path: /nWvWfIwLZVXjZUru5DG08nAnPW4.jpg
                        roles:
                          - character: Detective Kalanchoe
                            credit_id: 5276f551760ee34f980c7576
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 20496
                        known_for_department: Acting
                        name: Jason Douglas
                        order: 633
                        original_name: Jason Douglas
                        popularity: 13.569
                        profile_path: /9vvygaziqPt23AafWHJY8TlUK8d.jpg
                        roles:
                          - character: Detective Munn
                            credit_id: 5276f5c9760ee34ca70c6628
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 1
                        id: 147085
                        known_for_department: Acting
                        name: Tina Parker
                        order: 634
                        original_name: Tina Parker
                        popularity: 15.698
                        profile_path: /qa4BFhrCGQKwqdTgLJ8S2rr95hD.jpg
                        roles:
                          - character: Francesca
                            credit_id: 52753cc8760ee3157002006b
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 110999
                        known_for_department: Acting
                        name: Joe Nemmers
                        order: 649
                        original_name: Joe Nemmers
                        popularity: 9.71
                        profile_path: /9Pd12b0Ii8Qio0Gyprwuu62UUQi.jpg
                        roles:
                          - character: DEA Agent Scott
                            credit_id: 52781aa7760ee36324007300
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 1
                        id: 14984
                        known_for_department: Acting
                        name: Jessica Hecht
                        order: 655
                        original_name: Jessica Hecht
                        popularity: 31.026
                        profile_path: /5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg
                        roles:
                          - character: Gretchen Schwartz
                            credit_id: 52542275760ee31328000768
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 2
                        id: 23429
                        known_for_department: Acting
                        name: Adam Godley
                        order: 659
                        original_name: Adam Godley
                        popularity: 16.726
                        profile_path: /5a7c36DeI6GA73D5XC7rNX2VIvv.jpg
                        roles:
                          - character: Elliott Schwartz
                            credit_id: 527444c1760ee3572208fbc2
                            episode_count: 2
                        total_episode_count: 2
                      - adult: false
                        gender: 1
                        id: 1264845
                        known_for_department: Acting
                        name: Monique Candelaria
                        order: 601
                        original_name: Monique Candelaria
                        popularity: 6.578
                        profile_path: /jndsq3PlaIGmRExZHKrfvrMS3Uj.jpg
                        roles:
                          - character: Lucy
                            credit_id: 5277000c760ee34f980dca0c
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 11519
                        known_for_department: Acting
                        name: Larry Hankin
                        order: 602
                        original_name: Larry Hankin
                        popularity: 35.621
                        profile_path: /2uR8SZ9geiSQOpBhKrerh9qY7CX.jpg
                        roles:
                          - character: Old Joe
                            credit_id: 5276312a760ee33e4400b8c7
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 29862
                        known_for_department: Acting
                        name: Jim Beaver
                        order: 603
                        original_name: Jim Beaver
                        popularity: 40.194
                        profile_path: /c3Cqp1XAdcyeUZKkcrdQsPwb010.jpg
                        roles:
                          - character: Lawson
                            credit_id: 5276518e760ee36036009db6
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 20379
                        known_for_department: Acting
                        name: Christopher Cousins
                        order: 604
                        original_name: Christopher Cousins
                        popularity: 20.249
                        profile_path: /9fmoeZLGbJfiYU6mIbrUkjF9wsR.jpg
                        roles:
                          - character: Ted Beneke
                            credit_id: 527504f6760ee347c912980c
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 136152
                        known_for_department: Acting
                        name: JB Blanc
                        order: 605
                        original_name: JB Blanc
                        popularity: 20.235
                        profile_path: /fHLyXboPlBDo1aoAl085YqaPjO8.jpg
                        roles:
                          - character: Dr. Barry Goodman
                            credit_id: 5276f211760ee34f980bdc6a
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 9291
                        known_for_department: Acting
                        name: Michael Shamus Wiles
                        order: 606
                        original_name: Michael Shamus Wiles
                        popularity: 5.314
                        profile_path: /niY4gYqAUjmnU4KRiguxpsKliWA.jpg
                        roles:
                          - character: ASAC George Merkert
                            credit_id: 5271b622760ee35b0709869c
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 6701
                        known_for_department: Acting
                        name: Norbert Weisser
                        order: 607
                        original_name: Norbert Weisser
                        popularity: 9.578
                        profile_path: /A2QeLaigXmj1dtJHVLl27N8qNFd.jpg
                        roles:
                          - character: Peter Schuler
                            credit_id: 527702a7760ee3215f01527d
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 1219524
                        known_for_department: Acting
                        name: Wolf Muser
                        order: 608
                        original_name: Wolf Muser
                        popularity: 12.393
                        profile_path: /pjtffZMshARfyYvFdFJrPqykkXl.jpg
                        roles:
                          - character: Herr Herzog
                            credit_id: 5277038c760ee34f980e4bd6
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 121277
                        known_for_department: Acting
                        name: Norma Maldonado
                        order: 609
                        original_name: Norma Maldonado
                        popularity: 12.422
                        profile_path: /hD9iSbqkRU5dpxr3OScKIiYjLnN.jpg
                        roles:
                          - character: Delores
                            credit_id: 52770445760ee339701307f0
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 239997
                        known_for_department: Acting
                        name: Debrianna Mansini
                        order: 610
                        original_name: Debrianna Mansini
                        popularity: 12.732
                        profile_path: /xG3T8QWMmEgD47tyWGOy4NibYMN.jpg
                        roles:
                          - character: Fran
                            credit_id: 5277046e760ee3215f018e69
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 116233
                        known_for_department: Acting
                        name: Franc Ross
                        order: 611
                        original_name: Franc Ross
                        popularity: 12.242
                        profile_path: /ryhu0C5dAatcI2vDpi2crx0NbBE.jpg
                        roles:
                          - character: Ira
                            credit_id: 5277f0f0760ee35ba20c6abc
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 0
                        id: 1170374
                        known_for_department: Acting
                        name: Kristin Hansen
                        order: 612
                        original_name: Kristin Hansen
                        popularity: 1.564
                        profile_path: /kVK61O0lHcXNaXTS03HGqtcRcwh.jpg
                        roles:
                          - character: Darla
                            credit_id: 5277f185760ee331cb010fc8
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 307885
                        known_for_department: Acting
                        name: Alex Knight
                        order: 613
                        original_name: Alex Knight
                        popularity: 9.045
                        profile_path: /eojFYCdbTnv5VegIMoCVrJXur3K.jpg
                        roles:
                          - character: Salesman
                            credit_id: 5277f20b760ee331ce012975
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 79079
                        known_for_department: Acting
                        name: Jamie McShane
                        order: 614
                        original_name: Jamie McShane
                        popularity: 23.259
                        profile_path: /wojvRZMpAwytyoFTMFOpvZ26qJq.jpg
                        roles:
                          - character: Conductor
                            credit_id: 5277f521760ee331cb019d13
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 84955
                        known_for_department: Acting
                        name: Myk Watford
                        order: 615
                        original_name: Myk Watford
                        popularity: 9.211
                        profile_path: /atyeOUzaR5f6Ew3gA2qE9N0Tvcr.jpg
                        roles:
                          - character: Engineer
                            credit_id: 5277f920760ee3397037ab99
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 1194992
                        known_for_department: Acting
                        name: Ryan Begay
                        order: 617
                        original_name: Ryan Begay
                        popularity: 9.085
                        profile_path: /oIzcJxPs0gcW5Ne6beuwaXKTZrJ.jpg
                        roles:
                          - character: Good Samaritan
                            credit_id: 5277faee760ee331ce02b84e
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 197857
                        known_for_department: Acting
                        name: Craig Nigh
                        order: 621
                        original_name: Craig Nigh
                        popularity: 10.634
                        profile_path: /6dUivUU1OEmixR7ettlonsL5KDX.jpg
                        roles:
                          - character: Asst. US Attorney
                            credit_id: 5278121c760ee36b951e53f1
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 61152
                        known_for_department: Acting
                        name: Debi Parker
                        order: 622
                        original_name: Debi Parker
                        popularity: 3.949
                        profile_path: null
                        roles:
                          - character: Min-Ye
                            credit_id: 52781a00760ee3764e103a31
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 208061
                        known_for_department: Acting
                        name: Chad Brummett
                        order: 623
                        original_name: Chad Brummett
                        popularity: 6.38
                        profile_path: /gAey8j0Rnz9k6nPgcni3p1Cm3zO.jpg
                        roles:
                          - character: DEA Agent Artie
                            credit_id: 52781a3d760ee35b14023699
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 1193431
                        known_for_department: Acting
                        name: Wayne Dehart
                        order: 624
                        original_name: Wayne Dehart
                        popularity: 2.939
                        profile_path: /lvSDWQ0TpkhsTmk9obaZLIxU0j2.jpg
                        roles:
                          - character: Homeless Man
                            credit_id: 52781aeb760ee35e8e247957
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 963009
                        known_for_department: Acting
                        name: Ray Chavez
                        order: 625
                        original_name: Ray Chavez
                        popularity: 0.442
                        profile_path: null
                        roles:
                          - character: Skater
                            credit_id: 52781bc6760ee375bb0007ca
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 191132
                        known_for_department: Acting
                        name: Mark Vasconcellos
                        order: 629
                        original_name: Mark Vasconcellos
                        popularity: 5.792
                        profile_path: /sq75o4tKduBBiBeTsNQALBkJoBS.jpg
                        roles:
                          - character: Jack's Henchman
                            credit_id: 52782a7c760ee375d40245c0
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 962861
                        known_for_department: Acting
                        name: Bruce McKenzie
                        order: 631
                        original_name: Bruce McKenzie
                        popularity: 7.225
                        profile_path: /hzXLV3EzPFVTTgZ8lHves52GIb0.jpg
                        roles:
                          - character: Dave
                            credit_id: 52782ee0760ee3046f019146
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 131420
                        known_for_department: Acting
                        name: Wray Crawford
                        order: 635
                        original_name: Wray Crawford
                        popularity: 6.18
                        profile_path: /vfELFDthE2iIXurrdfJ53UtqkWY.jpg
                        roles:
                          - character: Locksmith
                            credit_id: 52782f10760ee30b9d0040a8
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 199836
                        known_for_department: Acting
                        name: Jack Burning
                        order: 636
                        original_name: Jack Burning
                        popularity: 2.116
                        profile_path: null
                        roles:
                          - character: Homeless Man
                            credit_id: 52782f67760ee3046f019e6f
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 1102383
                        known_for_department: Acting
                        name: Merritt C. Glover
                        order: 639
                        original_name: Merritt C. Glover
                        popularity: 1.443
                        profile_path: null
                        roles:
                          - character: Customer
                            credit_id: 52783068760ee3046f01bf54
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 126829
                        known_for_department: Acting
                        name: Saginaw Grant
                        order: 640
                        original_name: Saginaw Grant
                        popularity: 9.445
                        profile_path: /pQdS21e9ddOcSS2JzKsibdZexbd.jpg
                        roles:
                          - character: Native American Man
                            credit_id: 52783137760ee37c54027895
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 0
                        id: 167145
                        known_for_department: Acting
                        name: Hank Rogerson
                        order: 641
                        original_name: Hank Rogerson
                        popularity: 4.918
                        profile_path: /iP4XcHwxQsgeoRb9izKXGyXk3DQ.jpg
                        roles:
                          - character: 'Detective #1'
                            credit_id: 52783157760ee3757203bccd
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 967704
                        known_for_department: Acting
                        name: Billy Lockwood
                        order: 642
                        original_name: Billy Lockwood
                        popularity: 5.097
                        profile_path: /kH1J0HhK7GgAwqkpAJxOyRbPL2D.jpg
                        roles:
                          - character: 'Detective #2'
                            credit_id: 52783181760ee375b3039628
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 115688
                        known_for_department: Acting
                        name: Carmen Serano
                        order: 643
                        original_name: Carmen Serano
                        popularity: 7.033
                        profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg
                        roles:
                          - character: Carmen Molina
                            credit_id: 52542273760ee31328000676
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 1218149
                        known_for_department: Acting
                        name: Brennan Brown
                        order: 644
                        original_name: Brennan Brown
                        popularity: 18.095
                        profile_path: /ulP8XOTkF1EOfZGiyLXMrpkIZzo.jpg
                        roles:
                          - character: US Attorney
                            credit_id: 527832b6760ee3757e0437cf
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 1063149
                        known_for_department: Acting
                        name: Eric Price
                        order: 646
                        original_name: Eric Price
                        popularity: 6.013
                        profile_path: /ubz1x3b3osigzaaitLuGnofDE.jpg
                        roles:
                          - character: Public Defender
                            credit_id: 52783571760ee3046f026795
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 5694
                        known_for_department: Acting
                        name: Robert Forster
                        order: 647
                        original_name: Robert Forster
                        popularity: 31.339
                        profile_path: /8OiwipCStS3HyfIm7h7qwEEqIaF.jpg
                        roles:
                          - character: Ed
                            credit_id: 527835f4760ee37572044673
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 173129
                        known_for_department: Acting
                        name: Kurt Soderstrom
                        order: 648
                        original_name: Kurt Soderstrom
                        popularity: 1.183
                        profile_path: null
                        roles:
                          - character: Bartender
                            credit_id: 527836c3760ee375a605416f
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 208060
                        known_for_department: Acting
                        name: Deborah Martinez
                        order: 652
                        original_name: Deborah Martinez
                        popularity: 3.41
                        profile_path: /hhmtAeXEKtZxOSxaAZ6jYBW5ow.jpg
                        roles:
                          - character: School Office Worker
                            credit_id: 527836e6760ee375b3044064
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 70177
                        known_for_department: Acting
                        name: Charlie Rose
                        order: 654
                        original_name: Charlie Rose
                        popularity: 16.637
                        profile_path: /xUP3ASMgGrqruj7dYcQQBfLo9xm.jpg
                        roles:
                          - character: Charlie Rose
                            credit_id: 5278372e760ee37c54032bbf
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 175895
                        known_for_department: Acting
                        name: Steve Stafford
                        order: 657
                        original_name: Steve Stafford
                        popularity: 10.97
                        profile_path: null
                        roles:
                          - character: DEA Agent
                            credit_id: 527838cc760ee3046f02c0e8
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 1313823
                        known_for_department: Acting
                        name: Guy Wilson
                        order: 669
                        original_name: Guy Wilson
                        popularity: 9.475
                        profile_path: /qoBVJOg8yYo5UpZoyrAV0jhhl0n.jpg
                        roles:
                          - character: Trent
                            credit_id: 5ef3bae59661fc003625f338
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 2
                        id: 3039254
                        known_for_department: Acting
                        name: Fred Cruz
                        order: 670
                        original_name: Fred Cruz
                        popularity: 3.757
                        profile_path: null
                        roles:
                          - character: Lt. Adam Estiguez
                            credit_id: 606b4cdf9ca7590029e92aea
                            episode_count: 1
                        total_episode_count: 1
                      - adult: false
                        gender: 1
                        id: 1223198
                        known_for_department: Writing
                        name: Moira Walley-Beckett
                        order: 703
                        original_name: Moira Walley-Beckett
                        popularity: 7.899
                        profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg
                        roles:
                          - character: Car Wash Customer (uncredited)
                            credit_id: 6315fec4326c190079d3f992
                            episode_count: 1
                        total_episode_count: 1
                    crew:
                      - adult: false
                        department: Art
                        gender: 2
                        id: 1330079
                        jobs:
                          - credit_id: 539980c8c3a3681d0700143a
                            episode_count: 16
                            job: Art Direction
                        known_for_department: Art
                        name: Bjarne Sletteland
                        original_name: Bjarne Sletteland
                        popularity: 1.296
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Art
                        gender: 2
                        id: 12706
                        jobs:
                          - credit_id: 539980a1c3a3681d0d00148b
                            episode_count: 16
                            job: Production Design
                        known_for_department: Art
                        name: Mark S. Freeborn
                        original_name: Mark S. Freeborn
                        popularity: 1.306
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Art
                        gender: 1
                        id: 1537678
                        jobs:
                          - credit_id: 643fec9bb0ba7e04cf13314a
                            episode_count: 12
                            job: Assistant Art Director
                          - credit_id: 643fecaedd4716080d81383b
                            episode_count: 2
                            job: Art Direction
                        known_for_department: Art
                        name: Paula Dal Santo
                        original_name: Paula Dal Santo
                        popularity: 0.337
                        profile_path: null
                        total_episode_count: 14
                      - adult: false
                        department: Camera
                        gender: 2
                        id: 52034
                        jobs:
                          - credit_id: 64603ebedbbb42015305d0a9
                            episode_count: 13
                            job: Director of Photography
                        known_for_department: Directing
                        name: Michael Slovis
                        original_name: Michael Slovis
                        popularity: 9.012
                        profile_path: /6L2U9eY6YisJlxlmQEwims8Gkf3.jpg
                        total_episode_count: 13
                      - adult: false
                        department: Camera
                        gender: 2
                        id: 58187
                        jobs:
                          - credit_id: 64603f03a672540143668ef9
                            episode_count: 3
                            job: Director of Photography
                        known_for_department: Camera
                        name: Arthur Albert
                        original_name: Arthur Albert
                        popularity: 4.526
                        profile_path: null
                        total_episode_count: 3
                      - adult: false
                        department: Camera
                        gender: 2
                        id: 1543194
                        jobs:
                          - credit_id: 565e263fc3a3687cff00374b
                            episode_count: 1
                            job: Director of Photography
                        known_for_department: Camera
                        name: Marshall Adams
                        original_name: Marshall Adams
                        popularity: 3.021
                        profile_path: /ncUZjPfQrKBdUZV0fOlUwn984rx.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Costume & Make-Up
                        gender: 1
                        id: 1537674
                        jobs:
                          - credit_id: 6418a1a7a14bef00b815158a
                            episode_count: 16
                            job: Costume Design
                        known_for_department: Costume & Make-Up
                        name: Jennifer Bryan
                        original_name: Jennifer Bryan
                        popularity: 4.588
                        profile_path: /oA5QovyVfEG0SUIs0DIhGsriyok.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Crew
                        gender: 2
                        id: 1537690
                        jobs:
                          - credit_id: 6450485343501100ea397cba
                            episode_count: 16
                            job: Stunt Coordinator
                        known_for_department: Crew
                        name: Al Goto
                        original_name: Al Goto
                        popularity: 20.084
                        profile_path: /sJEtjLwLdqhY3soar4BflPBDpZu.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Crew
                        gender: 2
                        id: 4065202
                        jobs:
                          - credit_id: 64634c54ef8b3200fe7e825f
                            episode_count: 16
                            job: Thanks
                        known_for_department: Crew
                        name: Richard Berry
                        original_name: Richard Berry
                        popularity: 0.349
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Directing
                        gender: 1
                        id: 29779
                        jobs:
                          - credit_id: 52542280760ee31328001325
                            episode_count: 4
                            job: Director
                        known_for_department: Directing
                        name: Michelle MacLaren
                        original_name: Michelle MacLaren
                        popularity: 12.156
                        profile_path: /3LcH5eNiysMWaepARllVrS4Dzn7.jpg
                        total_episode_count: 4
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 52034
                        jobs:
                          - credit_id: 525423cb760ee3132800238d
                            episode_count: 2
                            job: Director
                        known_for_department: Directing
                        name: Michael Slovis
                        original_name: Michael Slovis
                        popularity: 9.012
                        profile_path: /6L2U9eY6YisJlxlmQEwims8Gkf3.jpg
                        total_episode_count: 2
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 67367
                        jobs:
                          - credit_id: 525423cb760ee313280023d8
                            episode_count: 2
                            job: Director
                        known_for_department: Directing
                        name: Rian Johnson
                        original_name: Rian Johnson
                        popularity: 25.165
                        profile_path: /uPWwvdppeZVKPbYcjXKU8zyuAVh.jpg
                        total_episode_count: 2
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 111338
                        jobs:
                          - credit_id: 52542275760ee31328000725
                            episode_count: 1
                            job: Director
                        known_for_department: Directing
                        name: Adam Bernstein
                        original_name: Adam Bernstein
                        popularity: 14.526
                        profile_path: /jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 1223193
                        jobs:
                          - credit_id: 5277f415760ee331cb01760b
                            episode_count: 1
                            job: Director
                        known_for_department: Writing
                        name: George Mastras
                        original_name: George Mastras
                        popularity: 1.588
                        profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 103009
                        jobs:
                          - credit_id: 5277ff43760ee33970388037
                            episode_count: 1
                            job: Director
                        known_for_department: Writing
                        name: Thomas Schnauz
                        original_name: Thomas Schnauz
                        popularity: 3.873
                        profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 1212287
                        jobs:
                          - credit_id: 52542281760ee31328001550
                            episode_count: 1
                            job: Director
                        known_for_department: Directing
                        name: Colin Bucksey
                        original_name: Colin Bucksey
                        popularity: 10.84
                        profile_path: /apHHMfnkCVna1iYR3K5PA0TQ14D.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 24951
                        jobs:
                          - credit_id: 527685f3760ee360330b9ed3
                            episode_count: 1
                            job: Director
                        known_for_department: Production
                        name: Peter Gould
                        original_name: Peter Gould
                        popularity: 14.514
                        profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 17419
                        jobs:
                          - credit_id: 5254227b760ee31328000d85
                            episode_count: 1
                            job: Director
                        known_for_department: Acting
                        name: Bryan Cranston
                        original_name: Bryan Cranston
                        popularity: 54.354
                        profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 1223194
                        jobs:
                          - credit_id: 52782e08760ee375a6041d36
                            episode_count: 1
                            job: Director
                        known_for_department: Writing
                        name: Sam Catlin
                        original_name: Sam Catlin
                        popularity: 5.631
                        profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Directing
                        gender: 2
                        id: 66633
                        jobs:
                          - credit_id: 52542275760ee313280006e8
                            episode_count: 1
                            job: Director
                        known_for_department: Writing
                        name: Vince Gilligan
                        original_name: Vince Gilligan
                        popularity: 24.349
                        profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Editing
                        gender: 2
                        id: 1123195
                        jobs:
                          - credit_id: 52b705e619c2955a1f0c895b
                            episode_count: 1
                            job: Editor
                        known_for_department: Editing
                        name: Skip Macdonald
                        original_name: Skip Macdonald
                        popularity: 8.403
                        profile_path: /58Ol4VqSnD8NIp9kpi4NkFEh9RF.jpg
                        total_episode_count: 1
                      - adult: false
                        department: Production
                        gender: 2
                        id: 1223194
                        jobs:
                          - credit_id: 64189e12a14bef00b81514a9
                            episode_count: 16
                            job: Co-Executive Producer
                        known_for_department: Writing
                        name: Sam Catlin
                        original_name: Sam Catlin
                        popularity: 5.631
                        profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 1
                        id: 6479
                        jobs:
                          - credit_id: 6444663ccee2f6049f36d7d3
                            episode_count: 16
                            job: Casting
                        known_for_department: Production
                        name: Sharon Bialy
                        original_name: Sharon Bialy
                        popularity: 18.3
                        profile_path: /uOex6LpaQYncD0sQfVYD1frI5uJ.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 1
                        id: 1223199
                        jobs:
                          - credit_id: 64189dcea14bef008100712b
                            episode_count: 16
                            job: Co-Executive Producer
                        known_for_department: Production
                        name: Melissa Bernstein
                        original_name: Melissa Bernstein
                        popularity: 3.742
                        profile_path: /rSztwqMUIko8RkmwjxBse1XDW3g.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 1223193
                        jobs:
                          - credit_id: 64189e9c6a2227008de8d158
                            episode_count: 16
                            job: Co-Executive Producer
                        known_for_department: Writing
                        name: George Mastras
                        original_name: George Mastras
                        popularity: 1.588
                        profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 1223200
                        jobs:
                          - credit_id: 64189d12310325010151b7b7
                            episode_count: 16
                            job: Producer
                        known_for_department: Production
                        name: Stewart Lyons
                        original_name: Stewart Lyons
                        popularity: 1.236
                        profile_path: /dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 17419
                        jobs:
                          - credit_id: 5254228d760ee31328001cc7
                            episode_count: 16
                            job: Producer
                        known_for_department: Acting
                        name: Bryan Cranston
                        original_name: Bryan Cranston
                        popularity: 54.354
                        profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 103009
                        jobs:
                          - credit_id: 64189ecbe7414600f7ef55f8
                            episode_count: 16
                            job: Co-Executive Producer
                        known_for_department: Writing
                        name: Thomas Schnauz
                        original_name: Thomas Schnauz
                        popularity: 3.873
                        profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 3970747
                        jobs:
                          - credit_id: 64189f7aa14bef0099c8395a
                            episode_count: 16
                            job: Associate Producer
                        known_for_department: Production
                        name: Andrew Ortner
                        original_name: Andrew Ortner
                        popularity: 0.323
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 5162
                        jobs:
                          - credit_id: 52542287760ee31328001b69
                            episode_count: 16
                            job: Executive Producer
                        known_for_department: Production
                        name: Mark Johnson
                        original_name: Mark Johnson
                        popularity: 16.405
                        profile_path: /gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 24951
                        jobs:
                          - credit_id: 64189e3f0d5d85009ba2c1d8
                            episode_count: 16
                            job: Co-Executive Producer
                        known_for_department: Production
                        name: Peter Gould
                        original_name: Peter Gould
                        popularity: 14.514
                        profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 1
                        id: 1223198
                        jobs:
                          - credit_id: 64189f31310325010151b83d
                            episode_count: 16
                            job: Supervising Producer
                        known_for_department: Writing
                        name: Moira Walley-Beckett
                        original_name: Moira Walley-Beckett
                        popularity: 7.899
                        profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 1537675
                        jobs:
                          - credit_id: 644465ffd38b580521114ec4
                            episode_count: 16
                            job: Casting Associate
                        known_for_department: Production
                        name: Russell Scott
                        original_name: Russell Scott
                        popularity: 1.453
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 1
                        id: 1223202
                        jobs:
                          - credit_id: 64189d742b8a4300b8d57ca9
                            episode_count: 16
                            job: Producer
                        known_for_department: Production
                        name: Diane Mercer
                        original_name: Diane Mercer
                        popularity: 5.254
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 66633
                        jobs:
                          - credit_id: 52542287760ee31328001af1
                            episode_count: 16
                            job: Executive Producer
                        known_for_department: Writing
                        name: Vince Gilligan
                        original_name: Vince Gilligan
                        popularity: 24.349
                        profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 2
                        id: 1930718
                        jobs:
                          - credit_id: 6449841d05a53304be1b880d
                            episode_count: 16
                            job: Location Manager
                        known_for_department: Production
                        name: Christian Diaz de Bedoya
                        original_name: Christian Diaz de Bedoya
                        popularity: 0.576
                        profile_path: /jgELIZ1msexaFvFHUePDvvZpFRr.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 1
                        id: 29779
                        jobs:
                          - credit_id: 64189e5f6a2227008de8d147
                            episode_count: 16
                            job: Executive Producer
                        known_for_department: Directing
                        name: Michelle MacLaren
                        original_name: Michelle MacLaren
                        popularity: 12.156
                        profile_path: /3LcH5eNiysMWaepARllVrS4Dzn7.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Production
                        gender: 1
                        id: 959387
                        jobs:
                          - credit_id: 64446643cee2f604f336e877
                            episode_count: 16
                            job: Casting
                        known_for_department: Production
                        name: Sherry Thomas
                        original_name: Sherry Thomas
                        popularity: 5.041
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Sound
                        gender: 2
                        id: 1280070
                        jobs:
                          - credit_id: 52b7008819c29559eb03dd72
                            episode_count: 16
                            job: Original Music Composer
                        known_for_department: Sound
                        name: Dave Porter
                        original_name: Dave Porter
                        popularity: 3.538
                        profile_path: /flRW9QknVtU8HG7lLjMvflbhl2a.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Sound
                        gender: 2
                        id: 1537682
                        jobs:
                          - credit_id: 644986702fdec604e4a1236a
                            episode_count: 16
                            job: Supervising Sound Editor
                        known_for_department: Sound
                        name: Kurt Nicholas Forshager
                        original_name: Kurt Nicholas Forshager
                        popularity: 1.088
                        profile_path: null
                        total_episode_count: 16
                      - adult: false
                        department: Sound
                        gender: 2
                        id: 1069688
                        jobs:
                          - credit_id: 64634e45e3fa2f00e404a628
                            episode_count: 16
                            job: Music Supervisor
                        known_for_department: Sound
                        name: Thomas Golubić
                        original_name: Thomas Golubić
                        popularity: 1.344
                        profile_path: /umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg
                        total_episode_count: 16
                      - adult: false
                        department: Writing
                        gender: 2
                        id: 66633
                        jobs:
                          - credit_id: 52542275760ee313280006ce
                            episode_count: 3
                            job: Writer
                        known_for_department: Writing
                        name: Vince Gilligan
                        original_name: Vince Gilligan
                        popularity: 24.349
                        profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg
                        total_episode_count: 3
                      - adult: false
                        department: Writing
                        gender: 2
                        id: 24951
                        jobs:
                          - credit_id: 6443b361cee2f6044b36a4f2
                            episode_count: 3
                            job: Writer
                        known_for_department: Production
                        name: Peter Gould
                        original_name: Peter Gould
                        popularity: 14.514
                        profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg
                        total_episode_count: 3
                      - adult: false
                        department: Writing
                        gender: 2
                        id: 103009
                        jobs:
                          - credit_id: 6443b3e3a06efe0552a4835a
                            episode_count: 2
                            job: Writer
                        known_for_department: Writing
                        name: Thomas Schnauz
                        original_name: Thomas Schnauz
                        popularity: 3.873
                        profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg
                        total_episode_count: 2
                      - adult: false
                        department: Writing
                        gender: 1
                        id: 1223198
                        jobs:
                          - credit_id: 6443b454651fcf04b29d2b4f
                            episode_count: 2
                            job: Writer
                        known_for_department: Writing
                        name: Moira Walley-Beckett
                        original_name: Moira Walley-Beckett
                        popularity: 7.899
                        profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg
                        total_episode_count: 2
                      - adult: false
                        department: Writing
                        gender: 2
                        id: 1223194
                        jobs:
                          - credit_id: 5254227d760ee31328000fb2
                            episode_count: 2
                            job: Writer
                        known_for_department: Writing
                        name: Sam Catlin
                        original_name: Sam Catlin
                        popularity: 5.631
                        profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg
                        total_episode_count: 2
                      - adult: false
                        department: Writing
                        gender: 1
                        id: 1223203
                        jobs:
                          - credit_id: 525423ce760ee3132800261a
                            episode_count: 2
                            job: Writer
                        known_for_department: Writing
                        name: Gennifer Hutchison
                        original_name: Gennifer Hutchison
                        popularity: 3.167
                        profile_path: /b9aW3OIGhVOv7m8QdIzX87Bs4hl.jpg
                        total_episode_count: 2
                      - adult: false
                        department: Writing
                        gender: 2
                        id: 1223193
                        jobs:
                          - credit_id: 52542279760ee31328000b45
                            episode_count: 2
                            job: Writer
                        known_for_department: Writing
                        name: George Mastras
                        original_name: George Mastras
                        popularity: 1.588
                        profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg
                        total_episode_count: 2
                    id: 3578

````