UniversalMediaServer / api

The metadata API that the Universal Media Server application uses
9 stars 3 forks source link

Fix actors and directors #1339

Closed SubJunk closed 1 month ago

SubJunk commented 1 month ago

This branch populates the actors and directors arrays that used to be passed from OpenSubtitles, by parsing the credits object from TMDB.

It also removes OpenSubtitles completely from the code

SubJunk commented 1 month ago

@SurfaceS thanks for the review, I think those comments are addressed now, can you confirm?

SurfaceS commented 1 month ago

Collections.sort(cast, (role1, role2) -> role1.getOrder().intValue() - role2.getOrder().intValue());

order is an integer value for the importance cast order in the media with 0 as most important. you may want to have only the first five most important role ?

SubJunk commented 1 month ago

@SurfaceS the results that get passed in are already ordered by order, I checked it. For example:

{
  "actors": [],
  "budget": 10000000,
  "credits": [
    {
      "cast": [
        {
          "adult": false,
          "gender": 1,
          "id": 3051,
          "known_for_department": "Acting",
          "name": "Toni Collette",
          "original_name": "Toni Collette",
          "popularity": 34.34,
          "profile_path": "/6QllXhefzi294BcqrV8RUR4xhsy.jpg",
          "cast_id": 5,
          "character": "Annie Graham",
          "credit_id": "5a3b9e629251415475099567",
          "order": 0
        },
        {
          "adult": false,
          "gender": 2,
          "id": 5168,
          "known_for_department": "Acting",
          "name": "Gabriel Byrne",
          "original_name": "Gabriel Byrne",
          "popularity": 15.914,
          "profile_path": "/9r9oDGENg92VYYFMkV4C09IUlrb.jpg",
          "cast_id": 6,
          "character": "Steve Graham",
          "credit_id": "5a3b9e6d0e0a264cbc22ce0f",
          "order": 1
        },
        {
          "adult": false,
          "gender": 2,
          "id": 934281,
          "known_for_department": "Acting",
          "name": "Alex Wolff",
          "original_name": "Alex Wolff",
          "popularity": 17.419,
          "profile_path": "/hMhGWS5nB7ZGA3B1aefY39pizgm.jpg",
          "cast_id": 7,
          "character": "Peter Graham",
          "credit_id": "5a3b9e78925141547b09b1ab",
          "order": 2
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1945702,
          "known_for_department": "Acting",
          "name": "Milly Shapiro",
          "original_name": "Milly Shapiro",
          "popularity": 5.244,
          "profile_path": "/cGGEVk51V3neKfqBfB0H4djfsWz.jpg",
          "cast_id": 9,
          "character": "Charlie Graham",
          "credit_id": "5a3b9e920e0a264cbe21d640",
          "order": 3
        },
        {
          "adult": false,
          "gender": 1,
          "id": 43366,
          "known_for_department": "Acting",
          "name": "Ann Dowd",
          "original_name": "Ann Dowd",
          "popularity": 12.369,
          "profile_path": "/zo44U71uiMNVW1HSiOa5F9MpqIq.jpg",
          "cast_id": 8,
          "character": "Joan (Joanie)",
          "credit_id": "5a3b9e84925141547809b22b",
          "order": 4
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1969994,
          "known_for_department": "Acting",
          "name": "Mallory Bechtel",
          "original_name": "Mallory Bechtel",
          "popularity": 4.841,
          "profile_path": "/knFuxxTKvZOTZaqy7M3V8ZWndY5.jpg",
          "cast_id": 12,
          "character": "Bridget",
          "credit_id": "5a712e969251417f25000064",
          "order": 5
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1969995,
          "known_for_department": "Acting",
          "name": "Brock McKinney",
          "original_name": "Brock McKinney",
          "popularity": 0.988,
          "profile_path": "/m9OQFajkGavQwhNG7wD1Wxl0aPC.jpg",
          "cast_id": 13,
          "character": "Aaron",
          "credit_id": "5a712ea3c3a368607400003f",
          "order": 6
        },
        {
          "adult": false,
          "gender": 2,
          "id": 2064805,
          "known_for_department": "Acting",
          "name": "Jake Brown",
          "original_name": "Jake Brown",
          "popularity": 0.976,
          "profile_path": "/p3kIlJNenOJ0nUSQKd8vRXpSvzh.jpg",
          "cast_id": 65,
          "character": "Brendan",
          "credit_id": "5b22e3079251416e2e0203b9",
          "order": 7
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1853997,
          "known_for_department": "Acting",
          "name": "Morgan Lund",
          "original_name": "Morgan Lund",
          "popularity": 3.037,
          "profile_path": "/80p9IRMll98CxH8w1gpPwieFV83.jpg",
          "cast_id": 64,
          "character": "Mr. Davis",
          "credit_id": "5b22e2d3c3a36813bd0202e9",
          "order": 8
        },
        {
          "adult": false,
          "gender": 1,
          "id": 146333,
          "known_for_department": "Acting",
          "name": "Christy Summerhays",
          "original_name": "Christy Summerhays",
          "popularity": 2.104,
          "profile_path": "/me5VkTLSncvx3Dk8M8zhc3EPXYw.jpg",
          "cast_id": 68,
          "character": "Charlie's Teacher",
          "credit_id": "5bca1fae9251415618014867",
          "order": 9
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1184606,
          "known_for_department": "Acting",
          "name": "Bus Riley",
          "original_name": "Bus Riley",
          "popularity": 4.437,
          "profile_path": "/AmoiQuUPCEgRaHbbwrwfg13jSmH.jpg",
          "cast_id": 72,
          "character": "History Teacher",
          "credit_id": "5bd48550c3a36820ec01c27c",
          "order": 10
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1123882,
          "known_for_department": "Production",
          "name": "Jarrod Phillips",
          "original_name": "Jarrod Phillips",
          "popularity": 0.6,
          "profile_path": "/7swZH5G5tqJnG9jXfa9IAPp5GBU.jpg",
          "cast_id": 70,
          "character": "Group Leader",
          "credit_id": "5bca221a0e0a260fe00161fe",
          "order": 11
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1906738,
          "known_for_department": "Acting",
          "name": "Heidi Mendez",
          "original_name": "Heidi Mendez",
          "popularity": 0.6,
          "profile_path": "/eR72XP3JFF3Jqz5EJ1j1kO5Wc1b.jpg",
          "cast_id": 69,
          "character": "Spanish Speaking Woman",
          "credit_id": "5bca20460e0a260fbf015f98",
          "order": 12
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1969996,
          "known_for_department": "Acting",
          "name": "Zachary Arthur",
          "original_name": "Zachary Arthur",
          "popularity": 0.6,
          "profile_path": "/kDsA9FNTXH7pY7kEraKxbCGSIXT.jpg",
          "cast_id": 14,
          "character": "Boy in Room",
          "credit_id": "5a712eb2c3a3686083000051",
          "order": 13
        },
        {
          "adult": true,
          "gender": 2,
          "id": 2338997,
          "known_for_department": "Acting",
          "name": "David Stanley",
          "original_name": "David Stanley",
          "popularity": 0.6,
          "profile_path": null,
          "cast_id": 75,
          "character": "Man at Wake",
          "credit_id": "5d05c5b0c3a368445b2c218d",
          "order": 14
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2154796,
          "known_for_department": "Acting",
          "name": "Moises L. Tovar",
          "original_name": "Moises L. Tovar",
          "popularity": 0.6,
          "profile_path": null,
          "cast_id": 71,
          "character": "Translator",
          "credit_id": "5bca22a2925141562101490c",
          "order": 15
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1281174,
          "known_for_department": "Acting",
          "name": "Austin R. Grant",
          "original_name": "Austin R. Grant",
          "popularity": 2.958,
          "profile_path": "/2sYSl9yx80bplnCbOGqlxelvetE.jpg",
          "cast_id": 15,
          "character": "Stoner #1",
          "credit_id": "5a712ec90e0a265afa000075",
          "order": 16
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1969997,
          "known_for_department": "Acting",
          "name": "Gabriel Monroe Eckert",
          "original_name": "Gabriel Monroe Eckert",
          "popularity": 2.278,
          "profile_path": "/oDkTNcG9CFsXUNpbnkfW34wlAZN.jpg",
          "cast_id": 16,
          "character": "Stoner #2",
          "credit_id": "5a712ed49251417f1c000093",
          "order": 17
        },
        {
          "adult": false,
          "gender": 2,
          "id": 2338989,
          "known_for_department": "Acting",
          "name": "Harrison Nell",
          "original_name": "Harrison Nell",
          "popularity": 0.6,
          "profile_path": null,
          "cast_id": 73,
          "character": "Student #1",
          "credit_id": "5d05c4ebc3a368489e2495b6",
          "order": 18
        },
        {
          "adult": false,
          "gender": 1,
          "id": 2338993,
          "known_for_department": "Acting",
          "name": "BriAnn Rachele",
          "original_name": "BriAnn Rachele",
          "popularity": 0.6,
          "profile_path": null,
          "cast_id": 74,
          "character": "Student #2",
          "credit_id": "5d05c5299251411a82caf8f0",
          "order": 19
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1145520,
          "known_for_department": "Directing",
          "name": "Ari Aster",
          "original_name": "Ari Aster",
          "popularity": 15.15,
          "profile_path": "/7ycICw9yVpk6bzTKLRiPd9eSfHA.jpg",
          "cast_id": 98,
          "character": "Asher Gallery Representative (voice) (uncredited)",
          "credit_id": "5ee7a12815794a001f157aaa",
          "order": 20
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1362209,
          "known_for_department": "Acting",
          "name": "Marilyn Miller",
          "original_name": "Marilyn Miller",
          "popularity": 1.4,
          "profile_path": "/dKcU0bLxR6HfVVe5brBjBLXnjJv.jpg",
          "cast_id": 103,
          "character": "Woman in the Tree (uncredited)",
          "credit_id": "5ee7a1949715ae001fa74cb3",
          "order": 21
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1925577,
          "known_for_department": "Acting",
          "name": "Mark Blockovich",
          "original_name": "Mark Blockovich",
          "popularity": 0.6,
          "profile_path": null,
          "cast_id": 99,
          "character": "Support Group Member (uncredited)",
          "credit_id": "5ee7a1443ff2df00216c2d77",
          "order": 22
        },
        {
          "adult": false,
          "gender": 1,
          "id": 2497401,
          "known_for_department": "Production",
          "name": "Rachelle Hardy",
          "original_name": "Rachelle Hardy",
          "popularity": 0.6,
          "profile_path": null,
          "cast_id": 102,
          "character": "Cult Member (uncredited)",
          "credit_id": "5ee7a16acb71b8001cb944fa",
          "order": 23
        },
        {
          "adult": false,
          "gender": 2,
          "id": 2112313,
          "known_for_department": "Acting",
          "name": "Jason Miyagi",
          "original_name": "Jason Miyagi",
          "popularity": 0.6,
          "profile_path": null,
          "cast_id": 104,
          "character": "High School Partier (uncredited)",
          "credit_id": "5ee7a1a73ff2df00216c2de2",
          "order": 24
        },
        {
          "adult": false,
          "gender": 2,
          "id": 2289936,
          "known_for_department": "Acting",
          "name": "Lorenzo Silva",
          "original_name": "Lorenzo Silva",
          "popularity": 0.6,
          "profile_path": null,
          "cast_id": 105,
          "character": "Skater Boy (uncredited)",
          "credit_id": "5ee7a1d6a4f03c001d246a36",
          "order": 25
        },
        {
          "adult": false,
          "gender": 1,
          "id": 2679842,
          "known_for_department": "Acting",
          "name": "Alexis Long",
          "original_name": "Alexis Long",
          "popularity": 0.605,
          "profile_path": null,
          "cast_id": 106,
          "character": "Cake Girl (uncredited)",
          "credit_id": "5ee7a2fdafa1b00020c0e887",
          "order": 26
        }
      ],
      "crew": [
        {
          "adult": false,
          "gender": 1,
          "id": 3051,
          "known_for_department": "Acting",
          "name": "Toni Collette",
          "original_name": "Toni Collette",
          "popularity": 34.34,
          "profile_path": "/6QllXhefzi294BcqrV8RUR4xhsy.jpg",
          "credit_id": "5b3261050e0a26400400e7ba",
          "department": "Production",
          "job": "Executive Producer"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 5168,
          "known_for_department": "Acting",
          "name": "Gabriel Byrne",
          "original_name": "Gabriel Byrne",
          "popularity": 15.914,
          "profile_path": "/9r9oDGENg92VYYFMkV4C09IUlrb.jpg",
          "credit_id": "5b32612d0e0a263ff300f3ad",
          "department": "Production",
          "job": "Executive Producer"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 92380,
          "known_for_department": "Sound",
          "name": "Lewis Goldstein",
          "original_name": "Lewis Goldstein",
          "popularity": 1.529,
          "profile_path": null,
          "credit_id": "5ace8472c3a3687e480548a3",
          "department": "Sound",
          "job": "Supervising Sound Editor"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 92380,
          "known_for_department": "Sound",
          "name": "Lewis Goldstein",
          "original_name": "Lewis Goldstein",
          "popularity": 1.529,
          "profile_path": null,
          "credit_id": "5ace84429251410c0302ac66",
          "department": "Sound",
          "job": "Sound Re-Recording Mixer"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 94456,
          "known_for_department": "Production",
          "name": "Kevin Scott Frakes",
          "original_name": "Kevin Scott Frakes",
          "popularity": 2.622,
          "profile_path": null,
          "credit_id": "5a3b9e330e0a265f77024001",
          "department": "Production",
          "job": "Producer"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 131399,
          "known_for_department": "Production",
          "name": "Lars Knudsen",
          "original_name": "Lars Knudsen",
          "popularity": 1.052,
          "profile_path": "/y4ZPOAn2oe2KsszWkMGJeahONlU.jpg",
          "credit_id": "5a3b9e420e0a264cd0225d43",
          "department": "Production",
          "job": "Producer"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 162577,
          "known_for_department": "Crew",
          "name": "Peter Epstein",
          "original_name": "Peter Epstein",
          "popularity": 3.095,
          "profile_path": "/ymLORj78AExOzouBElnYYz0BVZn.jpg",
          "credit_id": "641fe6848b959e0081940800",
          "department": "Crew",
          "job": "Stunts"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 176687,
          "known_for_department": "Camera",
          "name": "Brian Sullivan",
          "original_name": "Brian Sullivan",
          "popularity": 0.98,
          "profile_path": null,
          "credit_id": "5ace1d820e0a267f9a024cab",
          "department": "Camera",
          "job": "Camera Operator"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 222459,
          "known_for_department": "Production",
          "name": "Andrew K. Hodge",
          "original_name": "Andrew K. Hodge",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace855ac3a3687e480549bf",
          "department": "Production",
          "job": "Location Manager"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 583885,
          "known_for_department": "Acting",
          "name": "Matthew Bellows",
          "original_name": "Matthew Bellows",
          "popularity": 2.125,
          "profile_path": "/3BlRBqSqIGzUzv2SybyfKSVPTHD.jpg",
          "credit_id": "641fe7692dc9dc00fd1b1b77",
          "department": "Crew",
          "job": "Stunts"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1039265,
          "known_for_department": "Sound",
          "name": "Shaun Brennan",
          "original_name": "Shaun Brennan",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641ff1102dc9dc00de0c9839",
          "department": "Sound",
          "job": "Foley Artist"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1046729,
          "known_for_department": "Production",
          "name": "Jessica Kelly",
          "original_name": "Jessica Kelly",
          "popularity": 0.937,
          "profile_path": null,
          "credit_id": "641fe5f98d22fc00a9ddb27e",
          "department": "Production",
          "job": "Casting"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1095402,
          "known_for_department": "Production",
          "name": "Buddy Patrick",
          "original_name": "Buddy Patrick",
          "popularity": 2.106,
          "profile_path": null,
          "credit_id": "5a3b9e50925141547b09b181",
          "department": "Production",
          "job": "Producer"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1103535,
          "known_for_department": "Acting",
          "name": "Angella Joy",
          "original_name": "Angella Joy",
          "popularity": 1.4,
          "profile_path": null,
          "credit_id": "5fc01b5d271ca5003e55c411",
          "department": "Crew",
          "job": "Stunts"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1113553,
          "known_for_department": "Editing",
          "name": "Jennifer Lame",
          "original_name": "Jennifer Lame",
          "popularity": 1.276,
          "profile_path": "/nwiKUZoGn298QWYgICPDbhMUSgc.jpg",
          "credit_id": "5aa18b9c9251412c4a00118a",
          "department": "Editing",
          "job": "Editor"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1145520,
          "known_for_department": "Directing",
          "name": "Ari Aster",
          "original_name": "Ari Aster",
          "popularity": 15.15,
          "profile_path": "/7ycICw9yVpk6bzTKLRiPd9eSfHA.jpg",
          "credit_id": "5ebc2cd44ca676001fd7704f",
          "department": "Directing",
          "job": "Director"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1145520,
          "known_for_department": "Directing",
          "name": "Ari Aster",
          "original_name": "Ari Aster",
          "popularity": 15.15,
          "profile_path": "/7ycICw9yVpk6bzTKLRiPd9eSfHA.jpg",
          "credit_id": "5d05d5f39251411a82cb0e34",
          "department": "Writing",
          "job": "Writer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1178650,
          "known_for_department": "Art",
          "name": "Wray Featherstone",
          "original_name": "Wray Featherstone",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fec086a344800ccb1ab64",
          "department": "Art",
          "job": "Property Master"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1178651,
          "known_for_department": "Costume & Make-Up",
          "name": "Natalie Pascual",
          "original_name": "Natalie Pascual",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fed3d23be4600c0f574ee",
          "department": "Costume & Make-Up",
          "job": "Costumer"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1208823,
          "known_for_department": "Sound",
          "name": "Colin Stetson",
          "original_name": "Colin Stetson",
          "popularity": 0.6,
          "profile_path": "/oE97mX93ir7HWsX30tqSP8nOflV.jpg",
          "credit_id": "5d05d0a4c3a368087020972f",
          "department": "Sound",
          "job": "Original Music Composer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1239235,
          "known_for_department": "Production",
          "name": "Samantha Cook",
          "original_name": "Samantha Cook",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fee7c08cf87007f3818a0",
          "department": "Production",
          "job": "Assistant Production Coordinator"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1334792,
          "known_for_department": "Art",
          "name": "Brian Lives",
          "original_name": "Brian Lives",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5aa18beb0e0a260d4e001272",
          "department": "Art",
          "job": "Set Decoration"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1394711,
          "known_for_department": "Art",
          "name": "Scott Arneman",
          "original_name": "Scott Arneman",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641febaa08cf87007c1b2fdc",
          "department": "Art",
          "job": "Property Master"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1394726,
          "known_for_department": "Crew",
          "name": "Britani Alexander",
          "original_name": "Britani Alexander",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fedc02dc9dc007c063167",
          "department": "Crew",
          "job": "Transportation Coordinator"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1395362,
          "known_for_department": "Visual Effects",
          "name": "Glenn Allen",
          "original_name": "Glenn Allen",
          "popularity": 0.788,
          "profile_path": null,
          "credit_id": "5d05d5779251411a82cb0db9",
          "department": "Visual Effects",
          "job": "Visual Effects Producer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1403385,
          "known_for_department": "Camera",
          "name": "Erin Naifeh",
          "original_name": "Erin Naifeh",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe8fd23be4600c0f572c7",
          "department": "Camera",
          "job": "First Assistant \"B\" Camera"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1409286,
          "known_for_department": "Art",
          "name": "Jason Haase",
          "original_name": "Jason Haase",
          "popularity": 0.706,
          "profile_path": null,
          "credit_id": "641feb686a344800ccb1ab0c",
          "department": "Art",
          "job": "Leadman"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1413833,
          "known_for_department": "Costume & Make-Up",
          "name": "Abigail Steele",
          "original_name": "Abigail Steele",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace1c7bc3a3687e27043eaf",
          "department": "Costume & Make-Up",
          "job": "Key Makeup Artist"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1414935,
          "known_for_department": "Sound",
          "name": "Tom Ryan",
          "original_name": "Tom Ryan",
          "popularity": 0.629,
          "profile_path": null,
          "credit_id": "5ace845c9251415a6d0165b0",
          "department": "Sound",
          "job": "Sound Re-Recording Mixer"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1414935,
          "known_for_department": "Sound",
          "name": "Tom Ryan",
          "original_name": "Tom Ryan",
          "popularity": 0.629,
          "profile_path": null,
          "credit_id": "641ff08b2dc9dc00fd1b2045",
          "department": "Sound",
          "job": "ADR Editor"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1445367,
          "known_for_department": "Sound",
          "name": "Patrick Christensen",
          "original_name": "Patrick Christensen",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641ff140534661007a78a91a",
          "department": "Sound",
          "job": "ADR Mixer"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1445483,
          "known_for_department": "Visual Effects",
          "name": "Eran Dinur",
          "original_name": "Eran Dinur",
          "popularity": 0.972,
          "profile_path": "/1AdmFwdU6wg9cz84NnWb7siJEY8.jpg",
          "credit_id": "5ace84cc0e0a2631a304ed71",
          "department": "Visual Effects",
          "job": "Visual Effects Supervisor"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1446462,
          "known_for_department": "Production",
          "name": "Dann Fink",
          "original_name": "Dann Fink",
          "popularity": 1.135,
          "profile_path": "/zxH0BcMfZDwdx9IgTYGqh3CigXs.jpg",
          "credit_id": "5ace1e6e9251410c39023e9d",
          "department": "Production",
          "job": "ADR Voice Casting"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1451401,
          "known_for_department": "Art",
          "name": "Richard T. Olson",
          "original_name": "Richard T. Olson",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5aa18bd5c3a36866770011b9",
          "department": "Art",
          "job": "Art Direction"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1462294,
          "known_for_department": "Production",
          "name": "Scott E. Chester",
          "original_name": "Scott E. Chester",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5aa18aa80e0a260d450010e3",
          "department": "Production",
          "job": "Line Producer"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1463661,
          "known_for_department": "Crew",
          "name": "Whitney Coleman",
          "original_name": "Whitney Coleman",
          "popularity": 0.732,
          "profile_path": "/e6MyQLNmQUgIIoyJH5s4eGxVUF6.jpg",
          "credit_id": "5fc01b85489d000040cce9f0",
          "department": "Crew",
          "job": "Stunts"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1463661,
          "known_for_department": "Crew",
          "name": "Whitney Coleman",
          "original_name": "Whitney Coleman",
          "popularity": 0.732,
          "profile_path": "/e6MyQLNmQUgIIoyJH5s4eGxVUF6.jpg",
          "credit_id": "5fc01b7357530e00403e2db2",
          "department": "Crew",
          "job": "Stunt Double"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1463664,
          "known_for_department": "Crew",
          "name": "Rockey Dickey Jr.",
          "original_name": "Rockey Dickey Jr.",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe6e208cf8700a0148804",
          "department": "Crew",
          "job": "Stunts"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1464310,
          "known_for_department": "Crew",
          "name": "Eliza Coleman",
          "original_name": "Eliza Coleman",
          "popularity": 1.811,
          "profile_path": "/wb7sr5O0WVADFsOUiC8hzekhDmd.jpg",
          "credit_id": "5fc01bc0175051003f131ac3",
          "department": "Crew",
          "job": "Stunt Coordinator"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1471443,
          "known_for_department": "Art",
          "name": "Grace Yun",
          "original_name": "Grace Yun",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5aa18bc19251412c5c0010e5",
          "department": "Art",
          "job": "Production Design"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1485544,
          "known_for_department": "Production",
          "name": "Jonathan Gardner",
          "original_name": "Jonathan Gardner",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5aa18af29251412c4c0010a4",
          "department": "Production",
          "job": "Executive Producer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1510879,
          "known_for_department": "Directing",
          "name": "Lex Hogan",
          "original_name": "Lex Hogan",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace1e509251410c39023e7b",
          "department": "Directing",
          "job": "Script Supervisor"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1532327,
          "known_for_department": "Costume & Make-Up",
          "name": "Lora Laing",
          "original_name": "Lora Laing",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5d05d1310e0a266424ca5c50",
          "department": "Costume & Make-Up",
          "job": "Hair Department Head"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1554385,
          "known_for_department": "Visual Effects",
          "name": "Dave Levine",
          "original_name": "Dave Levine",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5d05d63e925141488ab8e05c",
          "department": "Visual Effects",
          "job": "Visual Effects"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1559637,
          "known_for_department": "Crew",
          "name": "Jennifer Lamb",
          "original_name": "Jennifer Lamb",
          "popularity": 1.351,
          "profile_path": "/wEKrDyCBWhv0oa5lfPt4iQzfazu.jpg",
          "credit_id": "5fc01ba69c97bd003da3d269",
          "department": "Crew",
          "job": "Stunts"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1583075,
          "known_for_department": "Art",
          "name": "John Malmborg",
          "original_name": "John Malmborg",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fed7a8d22fc00ef169357",
          "department": "Art",
          "job": "Construction Coordinator"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1608767,
          "known_for_department": "Production",
          "name": "Rebecca Dealy",
          "original_name": "Rebecca Dealy",
          "popularity": 0.84,
          "profile_path": null,
          "credit_id": "5ace1e819251415a6d00e99d",
          "department": "Production",
          "job": "Casting Associate"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1613336,
          "known_for_department": "Costume & Make-Up",
          "name": "Greg T. Moon",
          "original_name": "Greg T. Moon",
          "popularity": 0.656,
          "profile_path": null,
          "credit_id": "5ace1c9c9251414341040109",
          "department": "Costume & Make-Up",
          "job": "Makeup Department Head"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1616467,
          "known_for_department": "Visual Effects",
          "name": "Lucien Harriot",
          "original_name": "Lucien Harriot",
          "popularity": 0.732,
          "profile_path": null,
          "credit_id": "5ace84e39251410c0602a738",
          "department": "Visual Effects",
          "job": "Visual Effects Supervisor"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1618805,
          "known_for_department": "Sound",
          "name": "Joe Rudge",
          "original_name": "Joe Rudge",
          "popularity": 0.608,
          "profile_path": null,
          "credit_id": "5ace1e3e0e0a2631a30467e0",
          "department": "Sound",
          "job": "Music Supervisor"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1650351,
          "known_for_department": "Camera",
          "name": "Pawel Pogorzelski",
          "original_name": "Pawel Pogorzelski",
          "popularity": 4.601,
          "profile_path": "/mCUSXTkDMmJaX4FoQ7adjIcJaOu.jpg",
          "credit_id": "5ace1c479251414341040097",
          "department": "Camera",
          "job": "Director of Photography"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1657561,
          "known_for_department": "Lighting",
          "name": "Timothy Reynolds",
          "original_name": "Timothy Reynolds",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace1daac3a36834de09bb81",
          "department": "Lighting",
          "job": "Best Boy Electric"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1657564,
          "known_for_department": "Visual Effects",
          "name": "Lisa Konecny",
          "original_name": "Lisa Konecny",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe9ab53466100f0ebb9c8",
          "department": "Camera",
          "job": "Digital Imaging Technician"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1670489,
          "known_for_department": "Costume & Make-Up",
          "name": "Olga Mill",
          "original_name": "Olga Mill",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5aa18bfec3a3686664001129",
          "department": "Costume & Make-Up",
          "job": "Costume Design"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1712033,
          "known_for_department": "Camera",
          "name": "Jed Seus",
          "original_name": "Jed Seus",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe9768d22fc00a9ddb459",
          "department": "Camera",
          "job": "Steadicam Operator"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1712034,
          "known_for_department": "Lighting",
          "name": "J. Owen Rogers",
          "original_name": "J. Owen Rogers",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace1d919251410c480249f7",
          "department": "Lighting",
          "job": "Gaffer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1736662,
          "known_for_department": "Costume & Make-Up",
          "name": "Steve Newburn",
          "original_name": "Steve Newburn",
          "popularity": 1.048,
          "profile_path": null,
          "credit_id": "5ace1cb09251415a6d00e705",
          "department": "Costume & Make-Up",
          "job": "Makeup Effects Designer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1742386,
          "known_for_department": "Sound",
          "name": "Joseph L. Garrard",
          "original_name": "Joseph L. Garrard",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace83dac3a3687e2704bffd",
          "department": "Sound",
          "job": "Boom Operator"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1761811,
          "known_for_department": "Sound",
          "name": "Ryan Pedersen",
          "original_name": "Ryan Pedersen",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace83ec9251410c0302ac02",
          "department": "Sound",
          "job": "Boom Operator"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1790655,
          "known_for_department": "Editing",
          "name": "Lucian Johnston",
          "original_name": "Lucian Johnston",
          "popularity": 1.914,
          "profile_path": "/nI9MYZfpOcnR5nbYhE8nk2t8Z91.jpg",
          "credit_id": "5aa18b8ec3a368667200109c",
          "department": "Editing",
          "job": "Editor"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1815825,
          "known_for_department": "Costume & Make-Up",
          "name": "Tina Fabulic",
          "original_name": "Tina Fabulic",
          "popularity": 0.98,
          "profile_path": null,
          "credit_id": "5d05d4ebc3a36832f2209e7f",
          "department": "Costume & Make-Up",
          "job": "Hairdresser"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1818598,
          "known_for_department": "Sound",
          "name": "Alfred DeGrand",
          "original_name": "Alfred DeGrand",
          "popularity": 1.4,
          "profile_path": null,
          "credit_id": "641ff0a68d22fc008402dcc9",
          "department": "Sound",
          "job": "Dialogue Editor"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1818598,
          "known_for_department": "Sound",
          "name": "Alfred DeGrand",
          "original_name": "Alfred DeGrand",
          "popularity": 1.4,
          "profile_path": null,
          "credit_id": "5d05d3dd0e0a267fa9cc55dd",
          "department": "Sound",
          "job": "Assistant Sound Editor"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1824499,
          "known_for_department": "Production",
          "name": "Jeffrey Penman",
          "original_name": "Jeffrey Penman",
          "popularity": 1.38,
          "profile_path": null,
          "credit_id": "641ff0078d22fc008402dc6f",
          "department": "Crew",
          "job": "Post Production Supervisor"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1824499,
          "known_for_department": "Production",
          "name": "Jeffrey Penman",
          "original_name": "Jeffrey Penman",
          "popularity": 1.38,
          "profile_path": null,
          "credit_id": "5aa18b359251412c530010e7",
          "department": "Production",
          "job": "Associate Producer"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 1824510,
          "known_for_department": "Sound",
          "name": "Wen Hsuan Tseng",
          "original_name": "Wen Hsuan Tseng",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace8405c3a3687e72048d11",
          "department": "Sound",
          "job": "Foley Editor"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1838779,
          "known_for_department": "Crew",
          "name": "Mark Chadwick",
          "original_name": "Mark Chadwick",
          "popularity": 0.6,
          "profile_path": "/3pvqrtI9l0DtO4FXqf8fAXeBmUe.jpg",
          "credit_id": "641fe6a2534661007a78a3a6",
          "department": "Crew",
          "job": "Stunts"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1841592,
          "known_for_department": "Visual Effects",
          "name": "Fangge Chen",
          "original_name": "Fangge Chen",
          "popularity": 0.665,
          "profile_path": null,
          "credit_id": "5d05d5b2c3a36877db20928a",
          "department": "Visual Effects",
          "job": "Visual Effects Designer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1846451,
          "known_for_department": "Directing",
          "name": "Beau Ferris",
          "original_name": "Beau Ferris",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5aa18ad30e0a260d51001258",
          "department": "Production",
          "job": "Associate Producer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1871238,
          "known_for_department": "Sound",
          "name": "Alex Soto",
          "original_name": "Alex Soto",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641ff0e55346610113071435",
          "department": "Sound",
          "job": "Sound Effects Editor"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1901993,
          "known_for_department": "Sound",
          "name": "Steven C. Laneri",
          "original_name": "Steven C. Laneri",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5d05d3490e0a26511fca1038",
          "department": "Sound",
          "job": "Production Sound Mixer"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 1922605,
          "known_for_department": "Lighting",
          "name": "Landon Hill",
          "original_name": "Landon Hill",
          "popularity": 0.6,
          "profile_path": "/dv9nN5bhN9CcEwb98Z9VQEkDvvA.jpg",
          "credit_id": "5ace1dcf0e0a2631fa043930",
          "department": "Lighting",
          "job": "Lighting Technician"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1928586,
          "known_for_department": "Camera",
          "name": "Richard Maxey",
          "original_name": "Richard Maxey",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fea4753466101130710b7",
          "department": "Camera",
          "job": "Dolly Grip"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1946468,
          "known_for_department": "Camera",
          "name": "Craig Sullivan",
          "original_name": "Craig Sullivan",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fea196a34480112b94c4f",
          "department": "Camera",
          "job": "Key Grip"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1965873,
          "known_for_department": "Costume & Make-Up",
          "name": "Heather Gaither",
          "original_name": "Heather Gaither",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fecea2dc9dc00fd1b1e72",
          "department": "Costume & Make-Up",
          "job": "Assistant Costume Designer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 1973890,
          "known_for_department": "Sound",
          "name": "Reid Chavis",
          "original_name": "Reid Chavis",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace1e0ac3a3687e0e0402ea",
          "department": "Camera",
          "job": "Still Photographer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2020998,
          "known_for_department": "Art",
          "name": "Ashley Cook",
          "original_name": "Ashley Cook",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace1cec0e0a2631a3046685",
          "department": "Art",
          "job": "Art Department Coordinator"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2020999,
          "known_for_department": "Art",
          "name": "Deborah Wheatley",
          "original_name": "Deborah Wheatley",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace1d110e0a2631e7045cb2",
          "department": "Art",
          "job": "Assistant Art Director"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2021001,
          "known_for_department": "Lighting",
          "name": "Erik Christian Hansen",
          "original_name": "Erik Christian Hansen",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace1dba0e0a2631cc0462f6",
          "department": "Lighting",
          "job": "Lighting Technician"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2021002,
          "known_for_department": "Directing",
          "name": "Briana Wall",
          "original_name": "Briana Wall",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace1e2b9251410c030234c7",
          "department": "Directing",
          "job": "Script Supervisor"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2021004,
          "known_for_department": "Costume & Make-Up",
          "name": "Covey Quist",
          "original_name": "Covey Quist",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace1e91c3a3687e72041105",
          "department": "Costume & Make-Up",
          "job": "Set Costumer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2021005,
          "known_for_department": "Costume & Make-Up",
          "name": "Aaron Swenson",
          "original_name": "Aaron Swenson",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace1ea29251410c03023568",
          "department": "Costume & Make-Up",
          "job": "Wardrobe Supervisor"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2021191,
          "known_for_department": "Sound",
          "name": "Linzy Elliot",
          "original_name": "Linzy Elliot",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace84260e0a2631f704a691",
          "department": "Sound",
          "job": "Sound Effects Editor"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2021192,
          "known_for_department": "Visual Effects",
          "name": "Stephanie McGann",
          "original_name": "Stephanie McGann",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace84ac0e0a26320a04b422",
          "department": "Visual Effects",
          "job": "Visual Effects Coordinator"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2021194,
          "known_for_department": "Lighting",
          "name": "Caleb Rasak",
          "original_name": "Caleb Rasak",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace85209251410c4802c6c5",
          "department": "Lighting",
          "job": "Electrician"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2021195,
          "known_for_department": "Editing",
          "name": "Sam Levy",
          "original_name": "Sam Levy",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5ace85479251415a4501547a",
          "department": "Editing",
          "job": "Assistant Editor"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2044594,
          "known_for_department": "Crew",
          "name": "Corbett McAllister",
          "original_name": "Corbett McAllister",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe6b353466100aaffe12b",
          "department": "Crew",
          "job": "Stunts"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2044597,
          "known_for_department": "Camera",
          "name": "Andy Baker",
          "original_name": "Andy Baker",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe8a908cf87007f3815bd",
          "department": "Camera",
          "job": "First Assistant \"A\" Camera"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2044603,
          "known_for_department": "Costume & Make-Up",
          "name": "Crystal Puckett",
          "original_name": "Crystal Puckett",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fed2b6a344800ef2fb188",
          "department": "Costume & Make-Up",
          "job": "Costumer"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 2153081,
          "known_for_department": "Sound",
          "name": "Jack Sobo",
          "original_name": "Jack Sobo",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5d05d407c3a368753f1e9664",
          "department": "Sound",
          "job": "Production Sound Mixer"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 2157087,
          "known_for_department": "Crew",
          "name": "Brett Smrz",
          "original_name": "Brett Smrz",
          "popularity": 1.4,
          "profile_path": "/iHayJ3ZeX5QqOxamYrjevzsSBYu.jpg",
          "credit_id": "5e9a102019ab590019498004",
          "department": "Crew",
          "job": "Stunts"
        },
        {
          "adult": false,
          "gender": 2,
          "id": 2173983,
          "known_for_department": "Sound",
          "name": "Viktor Weiszhaupt",
          "original_name": "Viktor Weiszhaupt",
          "popularity": 1.4,
          "profile_path": null,
          "credit_id": "5d05d42d0e0a266424ca5f3a",
          "department": "Sound",
          "job": "Production Sound Mixer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2183150,
          "known_for_department": "Art",
          "name": "Loren Kane",
          "original_name": "Loren Kane",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5f625aeadb154f0035002775",
          "department": "Art",
          "job": "Graphic Designer"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 2190077,
          "known_for_department": "Production",
          "name": "Rachel Schneider",
          "original_name": "Rachel Schneider",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641ff05c2dc9dc00bf58bcf9",
          "department": "Production",
          "job": "Post Production Accountant"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2207920,
          "known_for_department": "Production",
          "name": "William Kay",
          "original_name": "William Kay",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5d05d0010e0a266424ca5b0d",
          "department": "Production",
          "job": "Executive Producer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2339011,
          "known_for_department": "Production",
          "name": "Tyler Campellone",
          "original_name": "Tyler Campellone",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5d05cedc92514110b7b88fbb",
          "department": "Production",
          "job": "Associate Producer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2339016,
          "known_for_department": "Production",
          "name": "Ryan Kreston",
          "original_name": "Ryan Kreston",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5d05d043c3a3684adb2a6b8c",
          "department": "Production",
          "job": "Executive Producer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2339018,
          "known_for_department": "Production",
          "name": "Brandon Tamburri",
          "original_name": "Brandon Tamburri",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5d05d0750e0a261fbbd73e4a",
          "department": "Production",
          "job": "Executive Producer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2339018,
          "known_for_department": "Production",
          "name": "Brandon Tamburri",
          "original_name": "Brandon Tamburri",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe65153466100aaffe0e9",
          "department": "Production",
          "job": "Associate Producer"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2339021,
          "known_for_department": "Costume & Make-Up",
          "name": "Bobbi Murphy",
          "original_name": "Bobbi Murphy",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5d05d249925141131bbada71",
          "department": "Costume & Make-Up",
          "job": "Key Hair Stylist"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2339025,
          "known_for_department": "Costume & Make-Up",
          "name": "Chris Hansen",
          "original_name": "Chris Hansen",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5d05d216c3a368445b2c31da",
          "department": "Costume & Make-Up",
          "job": "Prosthetic Makeup Artist"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2339033,
          "known_for_department": "Costume & Make-Up",
          "name": "Elizabeth Mbousia",
          "original_name": "Elizabeth Mbousia",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "5d05d5210e0a260b0ad039a6",
          "department": "Costume & Make-Up",
          "job": "Makeup Artist"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 2423338,
          "known_for_department": "Production",
          "name": "Jennifer Ricci",
          "original_name": "Jennifer Ricci",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641feef823be4600a122a7a8",
          "department": "Production",
          "job": "Production Accountant"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2634372,
          "known_for_department": "Art",
          "name": "Gabriel Jessop",
          "original_name": "Gabriel Jessop",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641feda52dc9dc007c06315a",
          "department": "Art",
          "job": "Greensman"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2634386,
          "known_for_department": "Camera",
          "name": "Glade Quinn",
          "original_name": "Glade Quinn",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fea3053466100aaffe309",
          "department": "Camera",
          "job": "Dolly Grip"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2634388,
          "known_for_department": "Camera",
          "name": "Jason Walser",
          "original_name": "Jason Walser",
          "popularity": 0.884,
          "profile_path": null,
          "credit_id": "641feafb08cf8700defe2987",
          "department": "Camera",
          "job": "Grip"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 2684112,
          "known_for_department": "Production",
          "name": "Gayle Minkevitch-Jensen",
          "original_name": "Gayle Minkevitch-Jensen",
          "popularity": 0.98,
          "profile_path": null,
          "credit_id": "641fefa76a34480086253573",
          "department": "Production",
          "job": "Extras Casting"
        },
        {
          "adult": false,
          "gender": 1,
          "id": 3043681,
          "known_for_department": "Directing",
          "name": "MarSchelle Walker",
          "original_name": "MarSchelle Walker",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe7ec2dc9dc00fd1b1bd9",
          "department": "Directing",
          "job": "Second Second Assistant Director"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3363174,
          "known_for_department": "Camera",
          "name": "Alex Stein",
          "original_name": "Alex Stein",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641feae55346610113071102",
          "department": "Camera",
          "job": "Grip"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3486345,
          "known_for_department": "Production",
          "name": "Kathleen Dombo",
          "original_name": "Kathleen Dombo",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fef606a34480086253546",
          "department": "Production",
          "job": "Payroll Accountant"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3809194,
          "known_for_department": "Art",
          "name": "Scott b Schmidt",
          "original_name": "Scott b Schmidt",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641feca4534661008579a693",
          "department": "Art",
          "job": "Assistant Property Master"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3823915,
          "known_for_department": "Art",
          "name": "Jonathan Hallett",
          "original_name": "Jonathan Hallett",
          "popularity": 0.656,
          "profile_path": null,
          "credit_id": "641fe84708cf8700defe281d",
          "department": "Art",
          "job": "Storyboard Artist"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3938498,
          "known_for_department": "Camera",
          "name": "Jason Painter",
          "original_name": "Jason Painter",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe8e58b959e008194093f",
          "department": "Camera",
          "job": "First Assistant \"B\" Camera"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3962614,
          "known_for_department": "Camera",
          "name": "K.C. Olsen",
          "original_name": "K.C. Olsen",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fea8f8b959e0081940a5b",
          "department": "Camera",
          "job": "Best Boy Grip"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3962617,
          "known_for_department": "Camera",
          "name": "Jeff Rosenblatt",
          "original_name": "Jeff Rosenblatt",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641feb2a2dc9dc00a02c9986",
          "department": "Camera",
          "job": "Grip"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980027,
          "known_for_department": "Crew",
          "name": "Michael McGuire",
          "original_name": "Michael McGuire",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe7166a344800ef2fae55",
          "department": "Crew",
          "job": "Stunts"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980028,
          "known_for_department": "Crew",
          "name": "Nicholes Antonio",
          "original_name": "Nicholes Antonio",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe74f2dc9dc00de0c92e6",
          "department": "Crew",
          "job": "Stunts"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980029,
          "known_for_department": "Directing",
          "name": "Davy Leeman",
          "original_name": "Davy Leeman",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe7ae6a3448007bb56396",
          "department": "Directing",
          "job": "First Assistant Director"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980030,
          "known_for_department": "Directing",
          "name": "Matt Punosevic",
          "original_name": "Matt Punosevic",
          "popularity": 0.608,
          "profile_path": null,
          "credit_id": "641fe7bd534661007a78a441",
          "department": "Directing",
          "job": "Second Assistant Director"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980031,
          "known_for_department": "Camera",
          "name": "Matthew Leslie",
          "original_name": "Matthew Leslie",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe8cc8d22fc00cc0ea00e",
          "department": "Camera",
          "job": "Second Assistant \"A\" Camera"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980032,
          "known_for_department": "Camera",
          "name": "Kody Riekena",
          "original_name": "Kody Riekena",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe9128b959e00fd74ade4",
          "department": "Camera",
          "job": "Second Assistant \"B\" Camera"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980033,
          "known_for_department": "Camera",
          "name": "Austin Green",
          "original_name": "Austin Green",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fe93d8d22fc01128a0e66",
          "department": "Camera",
          "job": "Second Assistant \"B\" Camera"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980034,
          "known_for_department": "Camera",
          "name": "Tyler Turner",
          "original_name": "Tyler Turner",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fea722dc9dc00fd1b1d2a",
          "department": "Camera",
          "job": "Dolly Grip"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980035,
          "known_for_department": "Camera",
          "name": "Craig Katayama",
          "original_name": "Craig Katayama",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641feb3d8b959e00bfe8da7e",
          "department": "Camera",
          "job": "Grip"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980036,
          "known_for_department": "Art",
          "name": "Shane Etsitty",
          "original_name": "Shane Etsitty",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641feb7f6a34480086253370",
          "department": "Art",
          "job": "Set Dresser"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980037,
          "known_for_department": "Art",
          "name": "Eric Billy",
          "original_name": "Eric Billy",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641feb9108cf8700a0148a71",
          "department": "Art",
          "job": "Set Dresser"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980043,
          "known_for_department": "Art",
          "name": "Chase Coleman",
          "original_name": "Chase Coleman",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fec888b959e007c135546",
          "department": "Art",
          "job": "Assistant Property Master"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980044,
          "known_for_department": "Crew",
          "name": "Paul Lowell",
          "original_name": "Paul Lowell",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fedd123be4600a122a724",
          "department": "Crew",
          "job": "Transportation Captain"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980045,
          "known_for_department": "Production",
          "name": "Joe Day",
          "original_name": "Joe Day",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fee1f2dc9dc007f0cef05",
          "department": "Production",
          "job": "Assistant Location Manager"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980046,
          "known_for_department": "Production",
          "name": "Natania Garrett",
          "original_name": "Natania Garrett",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fee6723be4600df98c381",
          "department": "Production",
          "job": "Production Coordinator"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980047,
          "known_for_department": "Production",
          "name": "Ethan Paur",
          "original_name": "Ethan Paur",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641feedd6a34480112b94e7a",
          "department": "Production",
          "job": "Production Secretary"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980049,
          "known_for_department": "Crew",
          "name": "Matt Serna",
          "original_name": "Matt Serna",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fefc66a344800ccb1ad34",
          "department": "Crew",
          "job": "Craft Service"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980050,
          "known_for_department": "Crew",
          "name": "Jeff Midgley",
          "original_name": "Jeff Midgley",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641fefdb2dc9dc00a02c9c03",
          "department": "Crew",
          "job": "Set Medic"
        },
        {
          "adult": false,
          "gender": 0,
          "id": 3980051,
          "known_for_department": "Sound",
          "name": "J. Scott Rakozy",
          "original_name": "J. Scott Rakozy",
          "popularity": 0.6,
          "profile_path": null,
          "credit_id": "641ff15c23be4600c0f57713",
          "department": "Sound",
          "job": "ADR Mixer"
        }
      ]
    }
  ],
  "directors": [],
  "externalIDs": [
    {
      "imdb_id": "tt7784604",
      "wikidata_id": null,
      "facebook_id": "HereditaryMovie",
      "instagram_id": "hereditarymovie",
      "twitter_id": "HereditaryMovie"
    }
  ],
  "genres": [
    "Horror",
    "Mystery",
    "Thriller"
  ],
  "images": [
    {
      "backdrops": [
        {
          "aspect_ratio": 1.777,
          "height": 1970,
          "iso_639_1": null,
          "file_path": "/4DUoPZOHdPuROP4nyEIsPaMIiQl.jpg",
          "vote_average": 5.41,
          "vote_count": 26,
          "width": 3500
        },
        {
          "aspect_ratio": 1.777,
          "height": 2088,
          "iso_639_1": null,
          "file_path": "/pS9Aub8MPyQbENblGD8mHeaqMuv.jpg",
          "vote_average": 5.398,
          "vote_count": 14,
          "width": 3711
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/gJbTXKNTL6O7r7PzF6ZRkJGBlPp.jpg",
          "vote_average": 5.388,
          "vote_count": 4,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 944,
          "iso_639_1": null,
          "file_path": "/k7zVyMERxS5NDucr0kuzqlu0f4O.jpg",
          "vote_average": 5.276,
          "vote_count": 12,
          "width": 1678
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/ihYsYfAZ41ZaOWVY4DqddLOg46u.jpg",
          "vote_average": 5.27,
          "vote_count": 10,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/uFEpN2215lRGfYkgngiVibmJw8s.jpg",
          "vote_average": 5.27,
          "vote_count": 10,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/uu2o1x9P3yayItGCSHEzCXShK50.jpg",
          "vote_average": 5.264,
          "vote_count": 8,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/3FVbfc5JYIfmbbySEGq4dDNeeYT.jpg",
          "vote_average": 5.264,
          "vote_count": 8,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/e9Z4ZsYvTtD7QGWQTt1WzINaE6S.jpg",
          "vote_average": 5.258,
          "vote_count": 6,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/bKpBCXacDfBsUWRiCjogWKeSxds.jpg",
          "vote_average": 5.258,
          "vote_count": 6,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/svibykbX740NndZjmJhhwIQm4cZ.jpg",
          "vote_average": 5.258,
          "vote_count": 6,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/aiAcPurJYjNtZM5DMp0kvu3R8CQ.jpg",
          "vote_average": 5.252,
          "vote_count": 4,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 1152,
          "iso_639_1": null,
          "file_path": "/1nS6HhIvtclUiErVw6tPME5y81z.jpg",
          "vote_average": 5.246,
          "vote_count": 2,
          "width": 2048
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/iNOLDd81zpFrOakxXJRjusPXD3s.jpg",
          "vote_average": 5.246,
          "vote_count": 2,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/29cf4edaEYEZ49KDSKLV6gkUTQc.jpg",
          "vote_average": 5.246,
          "vote_count": 2,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/5guHgjxXSdBpMSVBZneaKsTrjc4.jpg",
          "vote_average": 5.18,
          "vote_count": 3,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/kffNn2ZMaihHfhKSZt67ApSfEmu.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 1139,
          "iso_639_1": null,
          "file_path": "/3z0oRN1qKDIB5puUtSaFs3pJO4V.jpg",
          "vote_average": 5.164,
          "vote_count": 14,
          "width": 2025
        },
        {
          "aspect_ratio": 1.777,
          "height": 1688,
          "iso_639_1": null,
          "file_path": "/x6DZVj7ahfkSUx60Vvc6HOIbzU8.jpg",
          "vote_average": 5.164,
          "vote_count": 14,
          "width": 3000
        },
        {
          "aspect_ratio": 1.777,
          "height": 1680,
          "iso_639_1": null,
          "file_path": "/yVWiOMpzf7gullGvug83r7gMdha.jpg",
          "vote_average": 5.086,
          "vote_count": 22,
          "width": 2986
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": null,
          "file_path": "/lIKBq7XJps8wWrVqo8CC6ixDowR.jpg",
          "vote_average": 4.922,
          "vote_count": 5,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": null,
          "file_path": "/gBzXTmhrqudQ3QzG7NS2qn7hH2s.jpg",
          "vote_average": 4.866,
          "vote_count": 6,
          "width": 1280
        },
        {
          "aspect_ratio": 1.775,
          "height": 721,
          "iso_639_1": null,
          "file_path": "/gyiIqlOM7lRIlgW5Wtk9SxLrOXg.jpg",
          "vote_average": 4.866,
          "vote_count": 6,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": null,
          "file_path": "/7YcnNNgQqbjzFgzd2RlItnVJEm.jpg",
          "vote_average": 4.866,
          "vote_count": 6,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": "es",
          "file_path": "/wGHikoxsu0UzJ9viOL3reJaYu9p.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": "en",
          "file_path": "/3fmd99X5rNz8NzKKL8tHbAUNes.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": "en",
          "file_path": "/gCoqM7p0KcqvVPBa16joXpxCg7u.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": "en",
          "file_path": "/nbmTaIIusXrQQc3opclmIdB6dwx.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": "en",
          "file_path": "/eJrMm2pkRi2FajwnVfkll6oHloF.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": "en",
          "file_path": "/95ZhmGFvFILtfXvxwF2C13e0i4V.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.776,
          "height": 964,
          "iso_639_1": "pt",
          "file_path": "/xdZY0vx6O0KuhUPi0drXhLzXjZ2.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1712
        },
        {
          "aspect_ratio": 1.778,
          "height": 1152,
          "iso_639_1": null,
          "file_path": "/a9TU90KyFsXGZibL9nYCCR71gYz.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2048
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": "en",
          "file_path": "/1ugToCwA2EMi4Hp7lFa8VGi1GQ9.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": "en",
          "file_path": "/vKguIbMuBYvOLIcJ3G9QnHLNbg9.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": "en",
          "file_path": "/pFvAfrU3LglgACPeO3zVMxoHIQZ.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": "ko",
          "file_path": "/4bB0MC2qL4EZz1iM9rqtXDRWquh.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": "en",
          "file_path": "/iF8QI7yJfPlgYtFZLpl1pQrqBLz.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 720,
          "iso_639_1": "en",
          "file_path": "/8IuUyV8k0SVKDf9HoNmYlz5QKRw.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1280
        },
        {
          "aspect_ratio": 1.778,
          "height": 1152,
          "iso_639_1": null,
          "file_path": "/u8OJ3btXz8ecXbjE5eYZtU2wfla.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2048
        },
        {
          "aspect_ratio": 1.778,
          "height": 1152,
          "iso_639_1": null,
          "file_path": "/8Z8njxARIoyt57agKeiCxnKWIiW.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2048
        },
        {
          "aspect_ratio": 1.778,
          "height": 900,
          "iso_639_1": null,
          "file_path": "/mN5mM77HIZTT2oUKhQi7sINWqSh.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1600
        },
        {
          "aspect_ratio": 1.778,
          "height": 900,
          "iso_639_1": null,
          "file_path": "/mpdzHcdtlf0HQdzklHCAcm0yTut.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1600
        },
        {
          "aspect_ratio": 1.778,
          "height": 900,
          "iso_639_1": null,
          "file_path": "/2TFHMysfvFy2QvHBFHGlY5cNtbb.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1600
        },
        {
          "aspect_ratio": 1.778,
          "height": 900,
          "iso_639_1": null,
          "file_path": "/es1KXotzNwHxZc4Q3FATzTWyDUA.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1600
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/jQv5SAPEQwV1vtPseuWsRN6cT5q.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/xwggztOBTylMmi14iWdtJ4Qrscn.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/wCUrfKdkxPpTBrVPIlk3apqcJWB.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/aHHy2tfFZUEEniYFKSDDul97BnM.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/cB4otZmYWuUgl6Txapj00wUzVx4.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/rUKojbt5Dl5QVQZSD0WvHEVaYhO.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/ghqhriH68lbedN4h1VkDW1TH22y.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/4tVm18pYjZaspkxyXON74BWGaEI.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/17l59JQErd4GUkQxoOxxiJqP5TK.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/alR6fRPiC0jA2A66NQI5448mSSW.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/7TQYYkdv2XvzbornYZ6hF3NkJFf.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/r93sqhdbgAWW1QerJhHrw6yoS8x.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/mPoDwssLrUXc1ePUlg5SV1LibkL.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/5K7RlGcDNmdM8wnBeogIAjsJ12i.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/2c1OHzgetn9roQa6cgd5nZLt2Eh.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/3WvvZiRgAI4DCEsd2nqxCZZdoJ7.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/460RlnFrJq1KiFMAt8qQtEDPjDQ.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/8kQNj9gfKwpQkN2Ut62XztLNPOK.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/AmeckFkQ3TSFEkHeAyYFH44krL7.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/m7SfgWGuw3SNvJs3IWl4qTjAOVK.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/3YoLQIF9ZImadhwawnzQ20ElRe9.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/dKWq0AXTTYgbPgoadIYqD9W3Dw1.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/uUB1huy2OiOGeZHzDr1ZFuIR7sQ.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/pSB7Z5G8v1ANnmdXIZhU6BpB9TX.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/4XJXQY9WGVxLfC8SK7fWTMZKGGS.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": null,
          "file_path": "/5lVRzsDbnao2TTWdyFYCc0qBMac.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        },
        {
          "aspect_ratio": 1.778,
          "height": 2160,
          "iso_639_1": "zh",
          "file_path": "/7OeJVx79OyKtOp3hfj9KEdR8IWB.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 3840
        }
      ],
      "logos": [
        {
          "aspect_ratio": 11.42,
          "height": 69,
          "iso_639_1": "en",
          "file_path": "/xhSvs5ZY2HSNb0v4zrKGwTyUfkv.png",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 788
        },
        {
          "aspect_ratio": 11.321,
          "height": 112,
          "iso_639_1": "en",
          "file_path": "/8gND2iJLG4OWXKks57Ce1I3Vqac.png",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 1268
        },
        {
          "aspect_ratio": 6.899,
          "height": 626,
          "iso_639_1": "en",
          "file_path": "/zfvVv2R0yS6QvrUlqMSj56zd3Mj.png",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 4319
        },
        {
          "aspect_ratio": 2.01,
          "height": 911,
          "iso_639_1": "en",
          "file_path": "/fzbgGO1INO18EncmpknDtymtosa.png",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1831
        },
        {
          "aspect_ratio": 2.867,
          "height": 390,
          "iso_639_1": "en",
          "file_path": "/gD4bpWQyM5juO55ltswXlbICkdX.png",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1118
        },
        {
          "aspect_ratio": 2.89,
          "height": 228,
          "iso_639_1": "fi",
          "file_path": "/l9HXgxJsNRwnuad6yRKToDpmqjI.png",
          "vote_average": 0,
          "vote_count": 0,
          "width": 659
        },
        {
          "aspect_ratio": 2.697,
          "height": 132,
          "iso_639_1": "pt",
          "file_path": "/6ncQlpXdJbwbLKbxxHxmgYgWGH2.png",
          "vote_average": 0,
          "vote_count": 0,
          "width": 356
        },
        {
          "aspect_ratio": 10.788,
          "height": 118,
          "iso_639_1": "pt",
          "file_path": "/iI5rU314fGqClQCSS10C6WeqdAo.png",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1273
        },
        {
          "aspect_ratio": 2.595,
          "height": 491,
          "iso_639_1": "ja",
          "file_path": "/jFBzRsPrCWjNmhBTw59k4I9lCOj.png",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1274
        },
        {
          "aspect_ratio": 2.071,
          "height": 536,
          "iso_639_1": "ko",
          "file_path": "/8HxttAoN6iFQyx8jF1EZsPh7oO9.png",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1110
        },
        {
          "aspect_ratio": 3.138,
          "height": 1299,
          "iso_639_1": "pt",
          "file_path": "/71j9WqrnxaBWyI6M74A5cR41EWz.png",
          "vote_average": 0,
          "vote_count": 0,
          "width": 4076
        },
        {
          "aspect_ratio": 2.305,
          "height": 984,
          "iso_639_1": "cn",
          "file_path": "/nd9Vpn8vfpZ3Y8aisMcnbleMa9k.png",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2268
        }
      ],
      "posters": [
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "fr",
          "file_path": "/5Bz0u7xEyOUnGi4ov3rZKqKYCuH.jpg",
          "vote_average": 4.828,
          "vote_count": 9,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "fr",
          "file_path": "/sb1yhUpkpkHKzmGFZqeSpN4nkJV.jpg",
          "vote_average": 5.456,
          "vote_count": 5,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/p9fmuz2Oj3HtEJEqbIwkFGUhVXD.jpg",
          "vote_average": 5.416,
          "vote_count": 36,
          "width": 2000
        },
        {
          "aspect_ratio": 0.666,
          "height": 1000,
          "iso_639_1": "pt",
          "file_path": "/ysdkXpoeDYLpgodiNGBW29S4o2U.jpg",
          "vote_average": 5.388,
          "vote_count": 4,
          "width": 666
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/u3EEVihxNbFIOvnUkBJIJK93Jcn.jpg",
          "vote_average": 5.388,
          "vote_count": 4,
          "width": 2000
        },
        {
          "aspect_ratio": 0.681,
          "height": 750,
          "iso_639_1": "en",
          "file_path": "/lqsTHt5QzqJB2cTuKHbgR6ePhaV.jpg",
          "vote_average": 5.384,
          "vote_count": 2,
          "width": 511
        },
        {
          "aspect_ratio": 0.667,
          "height": 1179,
          "iso_639_1": "en",
          "file_path": "/30Qt7OD2yIah54LDLLlDuidp8xb.jpg",
          "vote_average": 5.384,
          "vote_count": 2,
          "width": 786
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/lHV8HHlhwNup2VbpiACtlKzaGIQ.jpg",
          "vote_average": 5.324,
          "vote_count": 36,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1298,
          "iso_639_1": "pt",
          "file_path": "/h2ih47InYkNG3xmiGHK7REXVUwV.jpg",
          "vote_average": 5.318,
          "vote_count": 3,
          "width": 866
        },
        {
          "aspect_ratio": 0.713,
          "height": 2104,
          "iso_639_1": "ko",
          "file_path": "/zAEhUJB5ytmDtjVZP0aooPkdGyq.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 1500
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/4GFPuL14eXi66V96xBWY73Y9PfR.jpg",
          "vote_average": 5.312,
          "vote_count": 28,
          "width": 2000
        },
        {
          "aspect_ratio": 0.7,
          "height": 1857,
          "iso_639_1": "it",
          "file_path": "/rNL0qZZCgeeYAPamh69r7BSYQnh.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 1300
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "ru",
          "file_path": "/gUsZ6BvPynVQBAxOzW830eE7PeF.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 1000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": null,
          "file_path": "/yYfErDD22cnfxympAe2nwTo7wSl.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 2100,
          "iso_639_1": "hu",
          "file_path": "/nUyrOIaClYX0O6vwP1QWAZVK3Uu.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 1400
        },
        {
          "aspect_ratio": 0.667,
          "height": 1794,
          "iso_639_1": "pl",
          "file_path": "/22VMhUvw9D9GDVOEh1yBTemPQuy.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 1196
        },
        {
          "aspect_ratio": 0.667,
          "height": 1177,
          "iso_639_1": "pl",
          "file_path": "/ztqncn8xhNsC7rQglWAlKUbAYte.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 785
        },
        {
          "aspect_ratio": 0.667,
          "height": 750,
          "iso_639_1": "da",
          "file_path": "/tZlnFDRPhDgXQuluqDmEr9suTXS.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 500
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "tr",
          "file_path": "/tMIKsS1nbaJSVRfVqt4JN9A3eEI.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1600,
          "iso_639_1": "ja",
          "file_path": "/t0Lr3xOB88ifQgsVFC9iadmYVc2.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 1068
        },
        {
          "aspect_ratio": 0.666,
          "height": 751,
          "iso_639_1": "es",
          "file_path": "/oE5TS72U6tNdXKK42HpF2NULv4u.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 500
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/7ItVaEHvCN6T05n4ucvHejMh8DD.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 2250,
          "iso_639_1": "en",
          "file_path": "/ofLQ0D8C45OJRePTnAfiSEs1t4r.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 1500
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/1Cv0fPfjp2G5htv1xGQgTuFd18S.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "en",
          "file_path": "/42fk7r3GVPBmRB0Aur15719OVMN.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 1000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "uk",
          "file_path": "/culcnJLPRyfwcUbCqF6KO6L1NaZ.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 2000
        },
        {
          "aspect_ratio": 0.706,
          "height": 1334,
          "iso_639_1": "en",
          "file_path": "/jMYFz9Cqg7y7u5dBwV6tupsTFs4.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 942
        },
        {
          "aspect_ratio": 0.667,
          "height": 1200,
          "iso_639_1": "en",
          "file_path": "/3844qY8VUocGwrit02J7PhYkHcx.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 800
        },
        {
          "aspect_ratio": 0.667,
          "height": 1179,
          "iso_639_1": "en",
          "file_path": "/jvdwsy1L4ZoRe256NcVj266TQNv.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 786
        },
        {
          "aspect_ratio": 0.667,
          "height": 1179,
          "iso_639_1": "en",
          "file_path": "/lAxwE9Q3wqkMufDwNVXVjLcfweW.jpg",
          "vote_average": 5.312,
          "vote_count": 1,
          "width": 786
        },
        {
          "aspect_ratio": 0.667,
          "height": 750,
          "iso_639_1": "es",
          "file_path": "/fCVCaO5pCXChfXbTcqEqeyj2z9N.jpg",
          "vote_average": 5.252,
          "vote_count": 4,
          "width": 500
        },
        {
          "aspect_ratio": 0.667,
          "height": 2310,
          "iso_639_1": "uk",
          "file_path": "/gzq5syAyPYCbsKiTh3XwDtW7z04.jpg",
          "vote_average": 5.252,
          "vote_count": 4,
          "width": 1540
        },
        {
          "aspect_ratio": 0.667,
          "height": 1440,
          "iso_639_1": "pt",
          "file_path": "/x9tUYQj6WrdVwoKimSdoMzkDABS.jpg",
          "vote_average": 5.252,
          "vote_count": 4,
          "width": 960
        },
        {
          "aspect_ratio": 0.667,
          "height": 2250,
          "iso_639_1": "en",
          "file_path": "/96TKe8Xzhkw1zhWxQz1aQ5muNDH.jpg",
          "vote_average": 5.252,
          "vote_count": 4,
          "width": 1500
        },
        {
          "aspect_ratio": 0.698,
          "height": 2867,
          "iso_639_1": "zh",
          "file_path": "/r8oBz3su489zz8sD6Re8ekjuX33.jpg",
          "vote_average": 5.246,
          "vote_count": 2,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1920,
          "iso_639_1": "en",
          "file_path": "/j5EQZEPtoWUgRXUjfGrHVJ86cWS.jpg",
          "vote_average": 5.246,
          "vote_count": 2,
          "width": 1280
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "de",
          "file_path": "/95oCum0rJgOLh7uPc5J8MwcJdaD.jpg",
          "vote_average": 5.246,
          "vote_count": 2,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "de",
          "file_path": "/3RVE4vD1vpLDztuPlhul8BAsVxx.jpg",
          "vote_average": 5.246,
          "vote_count": 2,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "uk",
          "file_path": "/hW6IkPO4zlF4l3VwhyrxUuGI9Ep.jpg",
          "vote_average": 5.246,
          "vote_count": 2,
          "width": 2000
        },
        {
          "aspect_ratio": 0.698,
          "height": 2500,
          "iso_639_1": "tr",
          "file_path": "/dvgddYH3I8c4cqWPcU83Nbh15Fx.jpg",
          "vote_average": 5.246,
          "vote_count": 2,
          "width": 1744
        },
        {
          "aspect_ratio": 0.67,
          "height": 2987,
          "iso_639_1": "en",
          "file_path": "/yNiRbFmXa6FF1lc10LHXNNF3C9j.jpg",
          "vote_average": 5.246,
          "vote_count": 2,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1299,
          "iso_639_1": "pt",
          "file_path": "/dTzkkHLTTDNVBsTNicusP4mYe4f.jpg",
          "vote_average": 5.246,
          "vote_count": 2,
          "width": 866
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "pt",
          "file_path": "/wonYMeHauhrxSi5UTOtj5L479mS.jpg",
          "vote_average": 5.246,
          "vote_count": 2,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 2048,
          "iso_639_1": "en",
          "file_path": "/3UBuqIVsdOyQHKYOXeuQqkpM42r.jpg",
          "vote_average": 5.238,
          "vote_count": 0,
          "width": 1365
        },
        {
          "aspect_ratio": 0.667,
          "height": 2250,
          "iso_639_1": "en",
          "file_path": "/zHQHHy0q8k2Vz1cgMUv7XS7rr51.jpg",
          "vote_average": 5.238,
          "vote_count": 0,
          "width": 1500
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "fr",
          "file_path": "/r6rM8EALX42oHDXylI4pP1DJbnS.jpg",
          "vote_average": 5.206,
          "vote_count": 9,
          "width": 2000
        },
        {
          "aspect_ratio": 0.684,
          "height": 1080,
          "iso_639_1": "pt",
          "file_path": "/q92IZdExU1vSnybm1gBWvPXJA9w.jpg",
          "vote_average": 5.19,
          "vote_count": 5,
          "width": 739
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "en",
          "file_path": "/iEU4ZN1kBdd4M1FekYDzzG8lAp3.jpg",
          "vote_average": 5.18,
          "vote_count": 3,
          "width": 1000
        },
        {
          "aspect_ratio": 0.75,
          "height": 2560,
          "iso_639_1": "de",
          "file_path": "/m8NKrLzVGkgnja9w4uJ3rYEz8oT.jpg",
          "vote_average": 5.18,
          "vote_count": 3,
          "width": 1920
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "pt",
          "file_path": "/tnQPw8ES25gaT6nr3bxwG95newM.jpg",
          "vote_average": 5.18,
          "vote_count": 3,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 2250,
          "iso_639_1": "en",
          "file_path": "/pCDqytf6DAdR0U5TCR3dOKQX3yp.jpg",
          "vote_average": 5.18,
          "vote_count": 3,
          "width": 1500
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "en",
          "file_path": "/5ZPnw94jSBpq5n9bJmAGUFwCgRT.jpg",
          "vote_average": 5.18,
          "vote_count": 3,
          "width": 1000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "de",
          "file_path": "/uhq4w2zD7CSrs7PauOlrtRamdVX.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "fr",
          "file_path": "/ijjmQFcqJHVa56GQ0g0pN5rhDRe.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "ru",
          "file_path": "/i6k1T8XYsTOR5wpFEuD75DDeaCE.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1000
        },
        {
          "aspect_ratio": 0.7,
          "height": 2286,
          "iso_639_1": "it",
          "file_path": "/ekhtLMOLbvI7IlgxyworGSiO2Od.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1600
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "da",
          "file_path": "/euIvgI8GCcHQTAMUFzRQpxSVExi.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1000
        },
        {
          "aspect_ratio": 0.714,
          "height": 1400,
          "iso_639_1": "zh",
          "file_path": "/5HKTztGSyAvBWf0TcSQElKxR7XR.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1000
        },
        {
          "aspect_ratio": 0.667,
          "height": 750,
          "iso_639_1": "en",
          "file_path": "/oCxxFlliJnGD3E9Hb0tjdcC6MX.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 500
        },
        {
          "aspect_ratio": 0.667,
          "height": 2562,
          "iso_639_1": "es",
          "file_path": "/zh2RJ5SlzLe4OSE0XYUvISiDNem.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1708
        },
        {
          "aspect_ratio": 0.667,
          "height": 1365,
          "iso_639_1": "fr",
          "file_path": "/bgesn52mCQHNKzbZL2oq1xcc9T2.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 910
        },
        {
          "aspect_ratio": 0.698,
          "height": 1361,
          "iso_639_1": "ko",
          "file_path": "/6TFuhuHwTDL1hMcSd3eNyn4cvju.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 950
        },
        {
          "aspect_ratio": 0.701,
          "height": 1426,
          "iso_639_1": "fr",
          "file_path": "/vLHjv2jy4oG6NMhKkCUYzafs95X.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/nrWsWqlo9nDeyuBXbivr3Jk3OIo.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 750,
          "iso_639_1": "hr",
          "file_path": "/cxiOXPGB6C9JXzrA29b0BYy3aI7.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 500
        },
        {
          "aspect_ratio": 0.675,
          "height": 755,
          "iso_639_1": "en",
          "file_path": "/7E7hdquf3gHstKOW0oAimCPWg9C.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 510
        },
        {
          "aspect_ratio": 0.667,
          "height": 2698,
          "iso_639_1": "en",
          "file_path": "/dmx62bF1U7e8LE37OBkRYQI2GjP.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1800
        },
        {
          "aspect_ratio": 0.667,
          "height": 1050,
          "iso_639_1": "en",
          "file_path": "/5HBUVS4D4KPaqyq4yjnKbYmw5k9.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 700
        },
        {
          "aspect_ratio": 0.704,
          "height": 2176,
          "iso_639_1": "en",
          "file_path": "/3TwpoxoUQTJfv3xMDZdqhOBj8ke.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1532
        },
        {
          "aspect_ratio": 0.703,
          "height": 1422,
          "iso_639_1": "lv",
          "file_path": "/estyaKCv0tSsx8tHsJowfmA7lHS.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1000
        },
        {
          "aspect_ratio": 0.667,
          "height": 2562,
          "iso_639_1": "en",
          "file_path": "/m0oEgBBExErwsjec5gioa0kxVU.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1708
        },
        {
          "aspect_ratio": 0.667,
          "height": 1600,
          "iso_639_1": "en",
          "file_path": "/RURkTDXgPdrscgg5zeZTHKza72.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 1067
        },
        {
          "aspect_ratio": 0.707,
          "height": 2830,
          "iso_639_1": "en",
          "file_path": "/oa7TisoGRiMo6LUnKoS3ifv9k2w.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1200,
          "iso_639_1": "en",
          "file_path": "/uGqIPj2xdg6QocMqZ7v6gZMB9O5.jpg",
          "vote_average": 5.172,
          "vote_count": 1,
          "width": 800
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/hjlZSXM86wJrfCv5VKfR5DI2VeU.jpg",
          "vote_average": 5.164,
          "vote_count": 14,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "en",
          "file_path": "/adPCF2ltY2moH6mApha9RilvcMO.jpg",
          "vote_average": 5.128,
          "vote_count": 19,
          "width": 1000
        },
        {
          "aspect_ratio": 0.666,
          "height": 1123,
          "iso_639_1": "en",
          "file_path": "/jVQhRLSmfHqvCkQXDDmUpn9BOSA.jpg",
          "vote_average": 5.118,
          "vote_count": 4,
          "width": 748
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "fr",
          "file_path": "/1p4xAMUzQL9xmSNAZCBjnriuRhP.jpg",
          "vote_average": 5.118,
          "vote_count": 4,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "fr",
          "file_path": "/8OSeIjrxaJNfHsp5KB9Yi70TzEC.jpg",
          "vote_average": 5.118,
          "vote_count": 4,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 2581,
          "iso_639_1": "fr",
          "file_path": "/oUvtATcxAy1u9tRMmK75dxNmLDM.jpg",
          "vote_average": 5.118,
          "vote_count": 4,
          "width": 1721
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/vj9HOSoCVWCg5vADlxKcAmI6Imb.jpg",
          "vote_average": 5.11,
          "vote_count": 15,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 2310,
          "iso_639_1": "uk",
          "file_path": "/wwpQ3WtQwiwptZlI6aloADrKCWm.jpg",
          "vote_average": 5.106,
          "vote_count": 2,
          "width": 1540
        },
        {
          "aspect_ratio": 0.75,
          "height": 1080,
          "iso_639_1": "fr",
          "file_path": "/5yP8FPfchfBSdemLkIXnI6eCVjJ.jpg",
          "vote_average": 5.106,
          "vote_count": 2,
          "width": 810
        },
        {
          "aspect_ratio": 0.667,
          "height": 750,
          "iso_639_1": "de",
          "file_path": "/gUw9hAJ6mJm0cCjTPJyRqaoLvpm.jpg",
          "vote_average": 5.106,
          "vote_count": 2,
          "width": 500
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "fr",
          "file_path": "/n0mmZfff0sTs3p0k4oawC3lpiN9.jpg",
          "vote_average": 5.106,
          "vote_count": 2,
          "width": 2000
        },
        {
          "aspect_ratio": 0.666,
          "height": 1123,
          "iso_639_1": "en",
          "file_path": "/dscvG9AWLOzxedHcXN7QguJRhsP.jpg",
          "vote_average": 5.09,
          "vote_count": 11,
          "width": 748
        },
        {
          "aspect_ratio": 0.675,
          "height": 2962,
          "iso_639_1": "en",
          "file_path": "/1rSzmAUxwAWHuvFTeBvqtqnuqYt.jpg",
          "vote_average": 5.08,
          "vote_count": 9,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/ahiRDzmebycKu6QpU4QthjgIEn1.jpg",
          "vote_average": 5.068,
          "vote_count": 7,
          "width": 2000
        },
        {
          "aspect_ratio": 0.75,
          "height": 1500,
          "iso_639_1": "fr",
          "file_path": "/3X1G5jUU28Mz032Bl6Myu38Sttq.jpg",
          "vote_average": 5.044,
          "vote_count": 3,
          "width": 1125
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "en",
          "file_path": "/xqX1KCs1LG26SxasiBAooF311OR.jpg",
          "vote_average": 5.038,
          "vote_count": 23,
          "width": 1000
        },
        {
          "aspect_ratio": 0.667,
          "height": 2100,
          "iso_639_1": "en",
          "file_path": "/jW3z492WxoDGsO6xPPEwlmQ16cY.jpg",
          "vote_average": 5.022,
          "vote_count": 10,
          "width": 1400
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/f0RdurRZa5GeovywRENEGgPJf1l.jpg",
          "vote_average": 5.022,
          "vote_count": 10,
          "width": 2000
        },
        {
          "aspect_ratio": 0.675,
          "height": 1875,
          "iso_639_1": "en",
          "file_path": "/xBg960blclFZHkSMry8VMwfGwED.jpg",
          "vote_average": 4.996,
          "vote_count": 6,
          "width": 1266
        },
        {
          "aspect_ratio": 0.694,
          "height": 1080,
          "iso_639_1": "en",
          "file_path": "/hvEIQPwUCeBzWXQe8GAd72pHwe0.jpg",
          "vote_average": 4.996,
          "vote_count": 6,
          "width": 749
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/vjKS3YODinjajccJ7SnLHTDNLde.jpg",
          "vote_average": 4.996,
          "vote_count": 6,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "en",
          "file_path": "/wUZ8yx7ACzko6Zdg9RFMWq0LyXl.jpg",
          "vote_average": 4.968,
          "vote_count": 11,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "en",
          "file_path": "/bubUW1RvYd7IhedVSkUKFgm8ZrR.jpg",
          "vote_average": 4.938,
          "vote_count": 7,
          "width": 1000
        },
        {
          "aspect_ratio": 0.699,
          "height": 942,
          "iso_639_1": "ko",
          "file_path": "/4Y7U4moG8sdCNkcxMoeSngG4Wsc.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 658
        },
        {
          "aspect_ratio": 0.7,
          "height": 2500,
          "iso_639_1": "el",
          "file_path": "/slyutaxRAZymAtCw4HfXJVtGiZK.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1750
        },
        {
          "aspect_ratio": 0.703,
          "height": 1422,
          "iso_639_1": "lt",
          "file_path": "/7N058AIb7TIl7xcTuwn6jCoOmEp.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1000
        },
        {
          "aspect_ratio": 0.7,
          "height": 1000,
          "iso_639_1": "pt",
          "file_path": "/qT4VK2Zgst6HKpQlTZvIPiymN5C.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 700
        },
        {
          "aspect_ratio": 0.7,
          "height": 800,
          "iso_639_1": "hu",
          "file_path": "/yG0a9MJkxYed8PQKiOJPIf0sugR.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 560
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "sk",
          "file_path": "/tnikev7zJFjaQG3c8lCUkZU52iy.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "sv",
          "file_path": "/g4VxE3b060xMFxoos53CcB2LzMk.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.703,
          "height": 1200,
          "iso_639_1": "ro",
          "file_path": "/uXdGffTsmhFIdTtBIlvJt0LWxsk.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 843
        },
        {
          "aspect_ratio": 0.667,
          "height": 1200,
          "iso_639_1": "it",
          "file_path": "/qvqUBPVaheTYFmUQMyajIHWnoKZ.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 800
        },
        {
          "aspect_ratio": 0.667,
          "height": 2100,
          "iso_639_1": "ja",
          "file_path": "/uKmlca2eVEDllIn1Zee84NZ2Nmq.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1400
        },
        {
          "aspect_ratio": 0.667,
          "height": 750,
          "iso_639_1": "pl",
          "file_path": "/d93yGpUap6EBzKaMBjLV3lboNYr.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 500
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": "it",
          "file_path": "/eRnlyjCULs3D4mJDHOyTHuKP4Jd.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1000
        },
        {
          "aspect_ratio": 0.688,
          "height": 1024,
          "iso_639_1": "es",
          "file_path": "/WrvUhF7iJsMya6k14yxlsnTTCt.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 704
        },
        {
          "aspect_ratio": 0.697,
          "height": 918,
          "iso_639_1": "ar",
          "file_path": "/ujj1i4SezDWenVfj9PGLV8q6SSl.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 640
        },
        {
          "aspect_ratio": 0.667,
          "height": 2280,
          "iso_639_1": "it",
          "file_path": "/vIlLegsk4Jf3Tn9FTQXoqYjaojs.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1520
        },
        {
          "aspect_ratio": 0.666,
          "height": 1850,
          "iso_639_1": "it",
          "file_path": "/fSNIpWo8RrIt1VBnpRLFDPRDmrF.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1233
        },
        {
          "aspect_ratio": 0.698,
          "height": 1361,
          "iso_639_1": "ko",
          "file_path": "/jyojAx5I33Rh1nDPfsrdcClbNnj.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 950
        },
        {
          "aspect_ratio": 0.698,
          "height": 1361,
          "iso_639_1": "ko",
          "file_path": "/pcHHAoBIvLuWCixBGGZnfBn0dTY.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 950
        },
        {
          "aspect_ratio": 0.698,
          "height": 1361,
          "iso_639_1": "ko",
          "file_path": "/dkBfH48WwOydDRpwRWmUZX8Pi1b.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 950
        },
        {
          "aspect_ratio": 0.698,
          "height": 1361,
          "iso_639_1": "ko",
          "file_path": "/diWxPIthia92951plIPqWNSHLGI.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 950
        },
        {
          "aspect_ratio": 0.666,
          "height": 1349,
          "iso_639_1": "pt",
          "file_path": "/gre8CqQvG6D5FdhvnbS1gjmKUnB.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 899
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": null,
          "file_path": "/zlLRxoAexPB89IBaMyduKGhr3Vo.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.7,
          "height": 1029,
          "iso_639_1": "th",
          "file_path": "/1Db2JEcbNJDtRFf9792zJ8QVvxP.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 720
        },
        {
          "aspect_ratio": 0.706,
          "height": 1133,
          "iso_639_1": "cs",
          "file_path": "/rHJSCdv4Ir3peCYjuW0Ins4NuQE.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 800
        },
        {
          "aspect_ratio": 0.667,
          "height": 1800,
          "iso_639_1": "fi",
          "file_path": "/sUTRubcngvqBDL5rBvswfi7K7Ex.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1200
        },
        {
          "aspect_ratio": 0.667,
          "height": 750,
          "iso_639_1": "es",
          "file_path": "/ctlwRsEw3jxgluH0BDOkebMlhc2.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 500
        },
        {
          "aspect_ratio": 0.666,
          "height": 1123,
          "iso_639_1": "hu",
          "file_path": "/7wnnSR727JtqMSpu3zXDGnqAESK.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 748
        },
        {
          "aspect_ratio": 0.667,
          "height": 2100,
          "iso_639_1": "hu",
          "file_path": "/aNQ97uoaiJuFZtYZ1MNtPHsW43J.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1400
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "hu",
          "file_path": "/mCxK9wNR7A52jiFJ2eLfrE0kbJn.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.666,
          "height": 1123,
          "iso_639_1": null,
          "file_path": "/c5vCW5m2jRNdGH7hDfdyrqtpFxy.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 748
        },
        {
          "aspect_ratio": 0.667,
          "height": 2100,
          "iso_639_1": "hu",
          "file_path": "/mp8GftuWwrppnarUhwsYWgOKDSG.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1400
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "hu",
          "file_path": "/xUp17wTXeJM7YEmV0SVjWpVrAXq.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.703,
          "height": 750,
          "iso_639_1": "pl",
          "file_path": "/rCNiPlXVJggej71i7gqtqcpdC33.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 527
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "it",
          "file_path": "/nOdUeEsy5smYhZixQKfAxkQtxy6.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "pt",
          "file_path": "/2B55ejKRnkJfNu5PWy3hkNJXOUr.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "pt",
          "file_path": "/zzKmcj8VIvkkf4YPbizEfK08PLt.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "uk",
          "file_path": "/gAbcz0riMCn9JtPgouuZFdVW3Gi.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": null,
          "file_path": "/3ad30qBa5oWgocg1HyHByqJVErf.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "es",
          "file_path": "/yrob2Q0Wl5ydqiUId48WSa5yGRI.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.704,
          "height": 1076,
          "iso_639_1": "en",
          "file_path": "/5ZD33f93APbq1WQAHfZ2NrTpzXx.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 757
        },
        {
          "aspect_ratio": 0.667,
          "height": 750,
          "iso_639_1": "en",
          "file_path": "/kmjXn4fCaQFOuwD5n7As7paeyOM.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 500
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "bg",
          "file_path": "/6GCpLEqvmAO0pcCP841SVXGkQlk.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": "es",
          "file_path": "/ee0A5QyMpGn5mwJbKO4efhBhEIQ.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1500,
          "iso_639_1": null,
          "file_path": "/bAoSCqxf8NswHxOhwYUtQHsxyMx.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 1000
        },
        {
          "aspect_ratio": 0.667,
          "height": 3000,
          "iso_639_1": null,
          "file_path": "/iWHmEHLV7jSSTvd1X2ug0KLbHq4.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 2000
        },
        {
          "aspect_ratio": 0.667,
          "height": 1200,
          "iso_639_1": "en",
          "file_path": "/t2hUyxNEnbioF8MezXKFNxgyY3W.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 800
        },
        {
          "aspect_ratio": 0.667,
          "height": 789,
          "iso_639_1": null,
          "file_path": "/qDMpLFts1JwDvNGnxEbg4U3jQg.jpg",
          "vote_average": 0,
          "vote_count": 0,
          "width": 526
        }
      ]
    }
  ],
  "imdbID": "tt7784604",
  "originalLanguage": "en",
  "originalTitle": "Hereditary",
  "osdbHash": "7c4576e7e0b4ab2d",
  "productionCompanies": [
    {
      "id": 24277,
      "logo_path": "/mRSBVNNL2lZvJKVGjlxeUQVRc6X.png",
      "name": "PalmStar Media",
      "origin_country": "US"
    }
  ],
  "productionCountries": [],
  "plot": "When Ellen, the matriarch of the Graham family, passes away, her daughter's family begins to unravel cryptic and increasingly terrifying secrets about their ancestry.",
  "posterRelativePath": "/p9fmuz2Oj3HtEJEqbIwkFGUhVXD.jpg",
  "released": "2018-06-07T00:00:00.000Z",
  "revenue": "82500000",
  "runtime": "128",
  "tagline": "Every family tree hides a secret.",
  "title": "Hereditary",
  "tmdbID": 493922,
  "type": "movie",
  "year": "2018",
}
SurfaceS commented 1 month ago

then it is good if they are always giving it ordered.