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

# Images

> This endpoint get the images that belong to a collection.



## OpenAPI

````yaml api-reference/openapi3.json get /3/collection/{collection_id}/images
openapi: 3.0.3
info:
  title: The Movie Database
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: AUTHENTICATION
  - name: ACCOUNT
  - name: CERTIFICATIONS
  - name: CHANGES
  - name: COLLECTIONS
  - name: COMPANY
  - name: CONFIGURATION
  - name: CREDIT
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSIONS
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORKS
  - name: PEOPLE LIST
  - name: PEOPLE
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODE GROUP
  - name: WATCH PROVIDERS
paths:
  /3/collection/{collection_id}/images:
    get:
      tags:
        - COLLECTIONS
      summary: Images
      description: This endpoint get the images that belong to a collection.
      operationId: images
      parameters:
        - $ref: '#/components/parameters/language'
        - $ref: '#/components/parameters/collection_id'
        - name: include_image_language
          in: query
          description: >-
            It specify a comma-separated list of ISO-639-1 language codes (e.g.,
            en,null) to filter the image metadata returned in API responses.
          schema:
            type: string
      responses:
        '200':
          description: images
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=14524
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 30 Dec 2024 16:14:21 GMT
            ETag:
              schema:
                type: string
                example: W/"99052f4da1462bca5c408a9421ae0ab4"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 9c90b41a9e5ac2856624d29ed4da4234.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: V4SeWegCU2flMNFJyYtRiBMzNhkS0mdwMC3yq_YVkAfRV8WMioo0jg==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '11265'
            x-memc-expires:
              schema:
                type: string
                example: '14524'
            x-memc-key:
              schema:
                type: string
                example: 30690977f31d18df5ef94f00052106ab
          content:
            application/json:
              schema:
                type: object
                properties:
                  backdrops:
                    type: array
                    items:
                      type: object
                      properties:
                        aspect_ratio:
                          type: number
                          example: 1.778
                          description: >-
                            The aspect ratio of the image (width divided by
                            height), represented as a decimal number.
                        file_path:
                          type: string
                          example: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg
                          description: >-
                            The path to the image file on the server, used to
                            construct the URL to access the image.
                        height:
                          type: number
                          example: 1080
                          description: The height of the image in pixels.
                        iso_639_1:
                          type: string
                          nullable: true
                          example: null
                          description: >-
                            The ISO 639-1 code representing the language of the
                            image.
                        vote_average:
                          type: number
                          example: 10
                          description: >-
                            The average rating score assigned to the image or
                            collection, typically on a scale of 1 to 10.
                        vote_count:
                          type: number
                          example: 5
                          description: >-
                            The total number of votes cast for the image or
                            collection, indicating its popularity or reception.
                        width:
                          type: number
                          example: 1920
                          description: The width of the image in pixels.
                    description: >-
                      A collection of backdrop images associated with the
                      collection.
                    example:
                      - aspect_ratio: 1.778
                        file_path: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 10
                        vote_count: 5
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /2UNUv4NJdC36E5myDHACBJ99EwL.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 8.034
                        vote_count: 5
                        width: 1920
                      - aspect_ratio: 1.781
                        file_path: /zUG2zOM55MAtpzeSQNMjPHhcNWi.jpg
                        height: 1080
                        iso_639_1: he
                        vote_average: 3.334
                        vote_count: 1
                        width: 1924
                      - aspect_ratio: 1.778
                        file_path: /agmQLAo3mdp7bPe9vPrd1mqrYeM.jpg
                        height: 2160
                        iso_639_1: null
                        vote_average: 3.334
                        vote_count: 1
                        width: 3840
                      - aspect_ratio: 1.778
                        file_path: /hX4RYoBxL04P45xs1fJaTKYGet4.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 2.278
                        vote_count: 3
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /irDiLpzsJVFRg6FAbOL7IVvYrpl.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 2.278
                        vote_count: 3
                        width: 1920
                      - aspect_ratio: 1.6
                        file_path: /xCbb3hIID1AnEOBxPzsnBXG3n2h.jpg
                        height: 900
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 2
                        width: 1440
                      - aspect_ratio: 1.778
                        file_path: /9FQyNBfKv35D3drXRTnhhDO9Ys1.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /lqtqA95u6Aa8anss9q6wP6DnUq9.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /smLccpWC4ElF5xyjD9Xt0Zu2gna.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /m8nu2QHr704qQtAGWC3RfSuVSJb.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.222
                        vote_count: 3
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /yABPtsjom74BdRR73AhyoDErrL0.jpg
                        height: 2160
                        iso_639_1: null
                        vote_average: 0.166
                        vote_count: 1
                        width: 3840
                      - aspect_ratio: 1.778
                        file_path: /bdQzT9X6kF56lJjRRJeJQcVQBS6.jpg
                        height: 1080
                        iso_639_1: pt
                        vote_average: 0.166
                        vote_count: 1
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /ksE3GPQ4jKMDjg2vIvRYygYrj1f.jpg
                        height: 720
                        iso_639_1: null
                        vote_average: 0.166
                        vote_count: 2
                        width: 1280
                      - aspect_ratio: 1.778
                        file_path: /94ubpd0Ro0vDf31wkSojP20VZJ7.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 0
                        vote_count: 0
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /6Ho6Qg9DpSaOLr3OLgaHUYtlA6j.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /p4pohr99MQXFCk0MJMGyj4iwLYr.jpg
                        height: 2160
                        iso_639_1: el
                        vote_average: 0
                        vote_count: 0
                        width: 3840
                  id:
                    type: number
                    example: 86311
                    description: A unique identifier for the collection or item.
                  posters:
                    type: array
                    items:
                      type: object
                      properties:
                        aspect_ratio:
                          type: number
                          example: 0.667
                          description: >-
                            The aspect ratio of the image (width divided by
                            height), represented as a decimal number.
                        file_path:
                          type: string
                          example: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg
                          description: >-
                            The path to the image file on the server, used to
                            construct the URL to access the image.
                        height:
                          type: number
                          example: 1500
                          description: The height of the image in pixels.
                        iso_639_1:
                          type: string
                          nullable: true
                          example: en
                          description: >-
                            The ISO 639-1 code representing the language of the
                            image.
                        vote_average:
                          type: number
                          example: 6.676
                          description: >-
                            The average rating score assigned to the image or
                            collection, typically on a scale of 1 to 10.
                        vote_count:
                          type: number
                          example: 20
                          description: >-
                            The total number of votes cast for the image or
                            collection, indicating its popularity or reception.
                        width:
                          type: number
                          example: 1000
                          description: The width of the image in pixels.
                    example:
                      - aspect_ratio: 0.667
                        file_path: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 6.676
                        vote_count: 20
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /5LkXlUPrRuhMAeVugr1xXcsZbV8.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 6.346
                        vote_count: 13
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /yQpAleQ1KHebVem2vwWL6VPqILT.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 6.346
                        vote_count: 13
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /kYVHFyJLZB7xxTlffhwuzeqsAvT.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 5.25
                        vote_count: 10
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /bvjltR2nDuhf1NlnwCrgNwvHuIh.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.25
                        vote_count: 8
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /aC3VJyuNpymHAf9pyQqB20EK4v6.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 4.884
                        vote_count: 13
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /yaC8DTvarpMU5QsOiLVgATIMovp.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 4.722
                        vote_count: 9
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /qJawKUQcIBha507UahUlX0keOT7.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 4.508
                        vote_count: 20
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /r0DKl4kZLcrcOfIl6TjLQdOVrHD.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 4.166
                        vote_count: 19
                        width: 1000
                      - aspect_ratio: 0.722
                        file_path: /hiLkVTP34V24JtzOQ22r7Uu8eMc.jpg
                        height: 900
                        iso_639_1: en
                        vote_average: 3.974
                        vote_count: 19
                        width: 650
                      - aspect_ratio: 0.667
                        file_path: /yvrbNWhdQdYJvn31GM1musTxm3N.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 3.466
                        vote_count: 15
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /w2ecAO6cZ1h7FtsT2KeysUte7cu.jpg
                        height: 1500
                        iso_639_1: he
                        vote_average: 3.334
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /zfl38WLAglEpnS9yVHwilwbOsXE.jpg
                        height: 1500
                        iso_639_1: ru
                        vote_average: 3.334
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /xRgTmIWbsLjRIfFdOS6u5FTlAI2.jpg
                        height: 3000
                        iso_639_1: es
                        vote_average: 3.334
                        vote_count: 1
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /aGQlwGCMiYq4iDcRPwZfVK6kiu9.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 3.334
                        vote_count: 1
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /mFQzLi0PG80hDKgAdFgBJrfvx6W.jpg
                        height: 1500
                        iso_639_1: fr
                        vote_average: 3.334
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /mw7DYsV7GVYn29JXZjPOcex69YV.jpg
                        height: 1500
                        iso_639_1: fr
                        vote_average: 3.334
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /xDbIqMePyccJbLp7DsSYkciFjFU.jpg
                        height: 3000
                        iso_639_1: fr
                        vote_average: 3.334
                        vote_count: 1
                        width: 2000
                      - aspect_ratio: 0.701
                        file_path: /onprmzJA3NUiRIUB9FLM6AOMipQ.jpg
                        height: 2852
                        iso_639_1: fr
                        vote_average: 3.334
                        vote_count: 2
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /whtJeVGRy1ZwhDmFCd7q8wahMUn.jpg
                        height: 1500
                        iso_639_1: es
                        vote_average: 3.334
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /gXyeDg4vLlhcFBxtoAaC03FRGbD.jpg
                        height: 1500
                        iso_639_1: pt
                        vote_average: 3.334
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /uYhTtQNzUbgCcOHCRxd2Zi7u9dK.jpg
                        height: 1426
                        iso_639_1: zh
                        vote_average: 3.334
                        vote_count: 3
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /tqXiOD5rTyHgabO73Tpw9JDbd88.jpg
                        height: 3000
                        iso_639_1: null
                        vote_average: 2.542
                        vote_count: 4
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /k0ZKsQOVlDYxjapzeZvCuDdAmkD.jpg
                        height: 1500
                        iso_639_1: null
                        vote_average: 2.166
                        vote_count: 6
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /h9PIPBez5Bf1zb3SXBjHgxgiac1.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /nuQ6zweT4r3qBFiMYzhGFejHlqM.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 4
                        width: 1000
                      - aspect_ratio: 0.732
                        file_path: /sF2o0PNpfXTwLtQmkH6Ls780RZy.jpg
                        height: 870
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 4
                        width: 637
                      - aspect_ratio: 0.667
                        file_path: /ao0NvIgWmrmVJuSlymy1la9Y66w.jpg
                        height: 1500
                        iso_639_1: ru
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /xqN5CYdgauxw4tvbkhwum6YQdgR.jpg
                        height: 1500
                        iso_639_1: ru
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /A0rU75Hn8Icvza3MKcIqNr91ujA.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 6
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /cftM0Wdkc8ZHZkb2FB2wgWrOPpQ.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /tU56OeCI0Q1Q7IEJeW0AsE5sRJa.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /ciBe6lnHSxtJ2OhW2OmDWvC0x6Q.jpg
                        height: 1500
                        iso_639_1: fr
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /7FZWlcipoVed8D2I6Ti8bCHR2Un.jpg
                        height: 1500
                        iso_639_1: zh
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /8HxgBGdTI8Gviy2dKPW0iANYBZx.jpg
                        height: 1500
                        iso_639_1: zh
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /fMSxlk2zPpcXBn4R3TK3uqYjOpa.jpg
                        height: 960
                        iso_639_1: en
                        vote_average: 1.57
                        vote_count: 12
                        width: 640
                      - aspect_ratio: 0.667
                        file_path: /9DOerMmIFrSsrQQm4NF8CJMK42T.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.444
                        vote_count: 6
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /gUUgzDtYOUaOIrMDMRMHPvMCC4i.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 1.444
                        vote_count: 6
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /f0xOjoWCGyMFT6zgwW7ElxcXkic.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.434
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /7BFiRrHW0vnfVYyIONIBGP1aOtc.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.066
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /wshoNFvD20mt5HR63s1HK18kELZ.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 1.066
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /dWn9ymeZYEZkpk1EK5FMHOSx05B.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 1.066
                        vote_count: 5
                        width: 2000
                      - aspect_ratio: 0.701
                        file_path: /3KRNMVcOAyFQDS1hpmhay2j9T8q.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 1.066
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /cc37JMwEJjBGS4KdPXUwwfrup21.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 1.066
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /kZF27S52By8MOc0DbaX9qhwDz5t.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 1.066
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.708
                        file_path: /dGPtCnbJ0UovHmaw5veL2eenF3Y.jpg
                        height: 1754
                        iso_639_1: en
                        vote_average: 0.972
                        vote_count: 6
                        width: 1241
                      - aspect_ratio: 0.667
                        file_path: /22oiz15BwsbdpoBTG3APidXdiMs.jpg
                        height: 3000
                        iso_639_1: fr
                        vote_average: 0.958
                        vote_count: 4
                        width: 2000
                      - aspect_ratio: 0.701
                        file_path: /zNFiNlIQgdNGt05e1yO0Nv5GPgJ.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 0.5
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /lCWZCWM96FD8mntFGuL8ij0UMBe.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0.5
                        vote_count: 5
                        width: 1051
                      - aspect_ratio: 0.667
                        file_path: /kvALfLboGdGmgpeP4OEP6CiKlDm.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0.5
                        vote_count: 4
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /ui1wBgNNEy8H4S5gmlY1mWgfzbd.jpg
                        height: 1500
                        iso_639_1: es
                        vote_average: 0.166
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.71
                        file_path: /afKUZSOVZRajahOyjDzINaqa6YD.jpg
                        height: 2818
                        iso_639_1: pt
                        vote_average: 0.166
                        vote_count: 2
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /1WMVlmhNDrQy4HzdWBpQIAdXG9t.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0.166
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /lGBZW2q1jiYsU3nCuteSnos2oUg.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0.166
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /vEgiN0OjlKoz2Eaz3sieKJp1XO3.jpg
                        height: 1500
                        iso_639_1: es
                        vote_average: 0.166
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /697kEWpd1EvnTOvEtHneaz16HKf.jpg
                        height: 1500
                        iso_639_1: fr
                        vote_average: 0.166
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /wPNvf7ChXxSu4Zp2H9cdctOEOFR.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /4ukiLS1wHgZjbMyFi9z2P7sNiGw.jpg
                        height: 2100
                        iso_639_1: hu
                        vote_average: 0
                        vote_count: 0
                        width: 1400
                      - aspect_ratio: 0.667
                        file_path: /l8cbjjBevPLv2PIlvC3IK3jb5mA.jpg
                        height: 1500
                        iso_639_1: sk
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /qyAN4lUJRvxQb4q3ZAlsKe2LdYu.jpg
                        height: 1500
                        iso_639_1: pl
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /xJzElFeRnrBrmOqDfmNNKblIVte.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /mm2HZGzH1EE71nzLA71eyEqzBPP.jpg
                        height: 1500
                        iso_639_1: ru
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /6CiofqRSJOmn2took2i4TOfzClZ.jpg
                        height: 1500
                        iso_639_1: ru
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /7kDhziXAaMzBnKWW3om4ngWcImL.jpg
                        height: 1500
                        iso_639_1: ru
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /onIXErRZAtccMLPKxhFPRhxY6gu.jpg
                        height: 1500
                        iso_639_1: it
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /nI50xksN8G3OOAyqaq7ks8mjrxj.jpg
                        height: 3000
                        iso_639_1: it
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /nNfquHUpAxQ5LigjvnuIkg9YRX2.jpg
                        height: 960
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 640
                      - aspect_ratio: 0.667
                        file_path: /1Q98LpwMyfDGuZuwlAMxp9DTZv4.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /rQLxUukZ1sLbDaOnhWqv1sYzWr.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /28MOyW5ZbkQOgBzDAYozfbpIqiN.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /13XhhZbygB6sW3VcAi1rJVycuID.jpg
                        height: 3000
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /1ZfVLYZ6hIzVGoBGMSYYONByNWe.jpg
                        height: 2550
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1700
                      - aspect_ratio: 0.667
                        file_path: /y9KdwIoULrtWflTbFFEg9AhNm1f.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /qepj5C26dBb3LSSLaOIv9JYdXzz.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /gp3pah8JLyzp7ojVknjtBq3mn2F.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /eTQFYaKqOTSqloZmdJCPAp0kibV.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /iaqM27rvXKDtu9xMWcoEg1zp3CF.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /3ghulJLYHCb36zr65aa3I7oJMxS.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /7a549upC4fRQSU51GOLWhW2RhiK.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /oGdn7v84NDnzfANK3FYodPn9CIy.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /ipry6xO9Tbm2A3bkXvAzWXp6Oer.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /mZX36FUxrj0DUXK0igXVur7UzEQ.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /eL3jKkkGVI8AWN5gFrntXCegasM.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /fYw57vMRk6NuYydljVDc8DUuBRG.jpg
                        height: 900
                        iso_639_1: el
                        vote_average: 0
                        vote_count: 0
                        width: 600
                      - aspect_ratio: 0.675
                        file_path: /fZIiLwxnEw7W0IzzgAOzDZajhUB.jpg
                        height: 2960
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 1998
                      - aspect_ratio: 0.667
                        file_path: /xzcDIOX7Aczv6nSrrw2Hz82FFmN.jpg
                        height: 3000
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /8o9EHzK6S2oEUnziAiTL8WrTy5B.jpg
                        height: 3000
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /3CygvLoFmrsY1A7MXCUMdWt0CTK.jpg
                        height: 3000
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.675
                        file_path: /yKDVMLFpy5tuMMbu11DJeRZbFAP.jpg
                        height: 2960
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 1998
                      - aspect_ratio: 0.667
                        file_path: /mWF4vOSYOPGdFZmLLpOzk6Mb5Hk.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /wmsfywdtUEbWCNQoO6Pf0wQJeKK.jpg
                        height: 1500
                        iso_639_1: fr
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.675
                        file_path: /ms62sd7CH679dzbQDSmLcaL6ztc.jpg
                        height: 2960
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 1998
                      - aspect_ratio: 0.71
                        file_path: /z0ib01nlEXvjQENPgVxdoi4Yils.jpg
                        height: 2818
                        iso_639_1: el
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /hWAyCiXcV9jGPYv3QLioRxT5HrZ.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /pXj5O87PtPDPdUYUUrSQsIEMqtk.jpg
                        height: 1500
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /zX1GKPHmo2e2lWFecxt72K0dhs7.jpg
                        height: 1500
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /spkLd7wxU3kcOkxBlin70iIIF3J.jpg
                        height: 1500
                        iso_639_1: fr
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /krxLoX8ZSxXhygGosISUpXo1kuB.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /zHHbU9Q4rwKhEMVfHEC0ZMREKIT.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
              examples:
                images:
                  value:
                    backdrops:
                      - aspect_ratio: 1.778
                        file_path: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 10
                        vote_count: 5
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /2UNUv4NJdC36E5myDHACBJ99EwL.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 8.034
                        vote_count: 5
                        width: 1920
                      - aspect_ratio: 1.781
                        file_path: /zUG2zOM55MAtpzeSQNMjPHhcNWi.jpg
                        height: 1080
                        iso_639_1: he
                        vote_average: 3.334
                        vote_count: 1
                        width: 1924
                      - aspect_ratio: 1.778
                        file_path: /agmQLAo3mdp7bPe9vPrd1mqrYeM.jpg
                        height: 2160
                        iso_639_1: null
                        vote_average: 3.334
                        vote_count: 1
                        width: 3840
                      - aspect_ratio: 1.778
                        file_path: /hX4RYoBxL04P45xs1fJaTKYGet4.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 2.278
                        vote_count: 3
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /irDiLpzsJVFRg6FAbOL7IVvYrpl.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 2.278
                        vote_count: 3
                        width: 1920
                      - aspect_ratio: 1.6
                        file_path: /xCbb3hIID1AnEOBxPzsnBXG3n2h.jpg
                        height: 900
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 2
                        width: 1440
                      - aspect_ratio: 1.778
                        file_path: /9FQyNBfKv35D3drXRTnhhDO9Ys1.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /lqtqA95u6Aa8anss9q6wP6DnUq9.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /smLccpWC4ElF5xyjD9Xt0Zu2gna.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /m8nu2QHr704qQtAGWC3RfSuVSJb.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.222
                        vote_count: 3
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /yABPtsjom74BdRR73AhyoDErrL0.jpg
                        height: 2160
                        iso_639_1: null
                        vote_average: 0.166
                        vote_count: 1
                        width: 3840
                      - aspect_ratio: 1.778
                        file_path: /bdQzT9X6kF56lJjRRJeJQcVQBS6.jpg
                        height: 1080
                        iso_639_1: pt
                        vote_average: 0.166
                        vote_count: 1
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /ksE3GPQ4jKMDjg2vIvRYygYrj1f.jpg
                        height: 720
                        iso_639_1: null
                        vote_average: 0.166
                        vote_count: 2
                        width: 1280
                      - aspect_ratio: 1.778
                        file_path: /94ubpd0Ro0vDf31wkSojP20VZJ7.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 0
                        vote_count: 0
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /6Ho6Qg9DpSaOLr3OLgaHUYtlA6j.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /p4pohr99MQXFCk0MJMGyj4iwLYr.jpg
                        height: 2160
                        iso_639_1: el
                        vote_average: 0
                        vote_count: 0
                        width: 3840
                    id: 86311
                    posters:
                      - aspect_ratio: 0.667
                        file_path: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 6.676
                        vote_count: 20
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /5LkXlUPrRuhMAeVugr1xXcsZbV8.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 6.346
                        vote_count: 13
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /yQpAleQ1KHebVem2vwWL6VPqILT.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 6.346
                        vote_count: 13
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /kYVHFyJLZB7xxTlffhwuzeqsAvT.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 5.25
                        vote_count: 10
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /bvjltR2nDuhf1NlnwCrgNwvHuIh.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.25
                        vote_count: 8
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /aC3VJyuNpymHAf9pyQqB20EK4v6.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 4.884
                        vote_count: 13
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /yaC8DTvarpMU5QsOiLVgATIMovp.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 4.722
                        vote_count: 9
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /qJawKUQcIBha507UahUlX0keOT7.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 4.508
                        vote_count: 20
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /r0DKl4kZLcrcOfIl6TjLQdOVrHD.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 4.166
                        vote_count: 19
                        width: 1000
                      - aspect_ratio: 0.722
                        file_path: /hiLkVTP34V24JtzOQ22r7Uu8eMc.jpg
                        height: 900
                        iso_639_1: en
                        vote_average: 3.974
                        vote_count: 19
                        width: 650
                      - aspect_ratio: 0.667
                        file_path: /yvrbNWhdQdYJvn31GM1musTxm3N.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 3.466
                        vote_count: 15
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /w2ecAO6cZ1h7FtsT2KeysUte7cu.jpg
                        height: 1500
                        iso_639_1: he
                        vote_average: 3.334
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /zfl38WLAglEpnS9yVHwilwbOsXE.jpg
                        height: 1500
                        iso_639_1: ru
                        vote_average: 3.334
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /xRgTmIWbsLjRIfFdOS6u5FTlAI2.jpg
                        height: 3000
                        iso_639_1: es
                        vote_average: 3.334
                        vote_count: 1
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /aGQlwGCMiYq4iDcRPwZfVK6kiu9.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 3.334
                        vote_count: 1
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /mFQzLi0PG80hDKgAdFgBJrfvx6W.jpg
                        height: 1500
                        iso_639_1: fr
                        vote_average: 3.334
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /mw7DYsV7GVYn29JXZjPOcex69YV.jpg
                        height: 1500
                        iso_639_1: fr
                        vote_average: 3.334
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /xDbIqMePyccJbLp7DsSYkciFjFU.jpg
                        height: 3000
                        iso_639_1: fr
                        vote_average: 3.334
                        vote_count: 1
                        width: 2000
                      - aspect_ratio: 0.701
                        file_path: /onprmzJA3NUiRIUB9FLM6AOMipQ.jpg
                        height: 2852
                        iso_639_1: fr
                        vote_average: 3.334
                        vote_count: 2
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /whtJeVGRy1ZwhDmFCd7q8wahMUn.jpg
                        height: 1500
                        iso_639_1: es
                        vote_average: 3.334
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /gXyeDg4vLlhcFBxtoAaC03FRGbD.jpg
                        height: 1500
                        iso_639_1: pt
                        vote_average: 3.334
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /uYhTtQNzUbgCcOHCRxd2Zi7u9dK.jpg
                        height: 1426
                        iso_639_1: zh
                        vote_average: 3.334
                        vote_count: 3
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /tqXiOD5rTyHgabO73Tpw9JDbd88.jpg
                        height: 3000
                        iso_639_1: null
                        vote_average: 2.542
                        vote_count: 4
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /k0ZKsQOVlDYxjapzeZvCuDdAmkD.jpg
                        height: 1500
                        iso_639_1: null
                        vote_average: 2.166
                        vote_count: 6
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /h9PIPBez5Bf1zb3SXBjHgxgiac1.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /nuQ6zweT4r3qBFiMYzhGFejHlqM.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 4
                        width: 1000
                      - aspect_ratio: 0.732
                        file_path: /sF2o0PNpfXTwLtQmkH6Ls780RZy.jpg
                        height: 870
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 4
                        width: 637
                      - aspect_ratio: 0.667
                        file_path: /ao0NvIgWmrmVJuSlymy1la9Y66w.jpg
                        height: 1500
                        iso_639_1: ru
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /xqN5CYdgauxw4tvbkhwum6YQdgR.jpg
                        height: 1500
                        iso_639_1: ru
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /A0rU75Hn8Icvza3MKcIqNr91ujA.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 6
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /cftM0Wdkc8ZHZkb2FB2wgWrOPpQ.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /tU56OeCI0Q1Q7IEJeW0AsE5sRJa.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /ciBe6lnHSxtJ2OhW2OmDWvC0x6Q.jpg
                        height: 1500
                        iso_639_1: fr
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /7FZWlcipoVed8D2I6Ti8bCHR2Un.jpg
                        height: 1500
                        iso_639_1: zh
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /8HxgBGdTI8Gviy2dKPW0iANYBZx.jpg
                        height: 1500
                        iso_639_1: zh
                        vote_average: 1.75
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /fMSxlk2zPpcXBn4R3TK3uqYjOpa.jpg
                        height: 960
                        iso_639_1: en
                        vote_average: 1.57
                        vote_count: 12
                        width: 640
                      - aspect_ratio: 0.667
                        file_path: /9DOerMmIFrSsrQQm4NF8CJMK42T.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.444
                        vote_count: 6
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /gUUgzDtYOUaOIrMDMRMHPvMCC4i.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 1.444
                        vote_count: 6
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /f0xOjoWCGyMFT6zgwW7ElxcXkic.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.434
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /7BFiRrHW0vnfVYyIONIBGP1aOtc.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 1.066
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /wshoNFvD20mt5HR63s1HK18kELZ.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 1.066
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /dWn9ymeZYEZkpk1EK5FMHOSx05B.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 1.066
                        vote_count: 5
                        width: 2000
                      - aspect_ratio: 0.701
                        file_path: /3KRNMVcOAyFQDS1hpmhay2j9T8q.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 1.066
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /cc37JMwEJjBGS4KdPXUwwfrup21.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 1.066
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /kZF27S52By8MOc0DbaX9qhwDz5t.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 1.066
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.708
                        file_path: /dGPtCnbJ0UovHmaw5veL2eenF3Y.jpg
                        height: 1754
                        iso_639_1: en
                        vote_average: 0.972
                        vote_count: 6
                        width: 1241
                      - aspect_ratio: 0.667
                        file_path: /22oiz15BwsbdpoBTG3APidXdiMs.jpg
                        height: 3000
                        iso_639_1: fr
                        vote_average: 0.958
                        vote_count: 4
                        width: 2000
                      - aspect_ratio: 0.701
                        file_path: /zNFiNlIQgdNGt05e1yO0Nv5GPgJ.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 0.5
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /lCWZCWM96FD8mntFGuL8ij0UMBe.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0.5
                        vote_count: 5
                        width: 1051
                      - aspect_ratio: 0.667
                        file_path: /kvALfLboGdGmgpeP4OEP6CiKlDm.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0.5
                        vote_count: 4
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /ui1wBgNNEy8H4S5gmlY1mWgfzbd.jpg
                        height: 1500
                        iso_639_1: es
                        vote_average: 0.166
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.71
                        file_path: /afKUZSOVZRajahOyjDzINaqa6YD.jpg
                        height: 2818
                        iso_639_1: pt
                        vote_average: 0.166
                        vote_count: 2
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /1WMVlmhNDrQy4HzdWBpQIAdXG9t.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0.166
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /lGBZW2q1jiYsU3nCuteSnos2oUg.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0.166
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /vEgiN0OjlKoz2Eaz3sieKJp1XO3.jpg
                        height: 1500
                        iso_639_1: es
                        vote_average: 0.166
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /697kEWpd1EvnTOvEtHneaz16HKf.jpg
                        height: 1500
                        iso_639_1: fr
                        vote_average: 0.166
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /wPNvf7ChXxSu4Zp2H9cdctOEOFR.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /4ukiLS1wHgZjbMyFi9z2P7sNiGw.jpg
                        height: 2100
                        iso_639_1: hu
                        vote_average: 0
                        vote_count: 0
                        width: 1400
                      - aspect_ratio: 0.667
                        file_path: /l8cbjjBevPLv2PIlvC3IK3jb5mA.jpg
                        height: 1500
                        iso_639_1: sk
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /qyAN4lUJRvxQb4q3ZAlsKe2LdYu.jpg
                        height: 1500
                        iso_639_1: pl
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /xJzElFeRnrBrmOqDfmNNKblIVte.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /mm2HZGzH1EE71nzLA71eyEqzBPP.jpg
                        height: 1500
                        iso_639_1: ru
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /6CiofqRSJOmn2took2i4TOfzClZ.jpg
                        height: 1500
                        iso_639_1: ru
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /7kDhziXAaMzBnKWW3om4ngWcImL.jpg
                        height: 1500
                        iso_639_1: ru
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /onIXErRZAtccMLPKxhFPRhxY6gu.jpg
                        height: 1500
                        iso_639_1: it
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /nI50xksN8G3OOAyqaq7ks8mjrxj.jpg
                        height: 3000
                        iso_639_1: it
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /nNfquHUpAxQ5LigjvnuIkg9YRX2.jpg
                        height: 960
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 640
                      - aspect_ratio: 0.667
                        file_path: /1Q98LpwMyfDGuZuwlAMxp9DTZv4.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /rQLxUukZ1sLbDaOnhWqv1sYzWr.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /28MOyW5ZbkQOgBzDAYozfbpIqiN.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /13XhhZbygB6sW3VcAi1rJVycuID.jpg
                        height: 3000
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /1ZfVLYZ6hIzVGoBGMSYYONByNWe.jpg
                        height: 2550
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1700
                      - aspect_ratio: 0.667
                        file_path: /y9KdwIoULrtWflTbFFEg9AhNm1f.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /qepj5C26dBb3LSSLaOIv9JYdXzz.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /gp3pah8JLyzp7ojVknjtBq3mn2F.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /eTQFYaKqOTSqloZmdJCPAp0kibV.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /iaqM27rvXKDtu9xMWcoEg1zp3CF.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /3ghulJLYHCb36zr65aa3I7oJMxS.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /7a549upC4fRQSU51GOLWhW2RhiK.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /oGdn7v84NDnzfANK3FYodPn9CIy.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /ipry6xO9Tbm2A3bkXvAzWXp6Oer.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /mZX36FUxrj0DUXK0igXVur7UzEQ.jpg
                        height: 1500
                        iso_639_1: cs
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /eL3jKkkGVI8AWN5gFrntXCegasM.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /fYw57vMRk6NuYydljVDc8DUuBRG.jpg
                        height: 900
                        iso_639_1: el
                        vote_average: 0
                        vote_count: 0
                        width: 600
                      - aspect_ratio: 0.675
                        file_path: /fZIiLwxnEw7W0IzzgAOzDZajhUB.jpg
                        height: 2960
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 1998
                      - aspect_ratio: 0.667
                        file_path: /xzcDIOX7Aczv6nSrrw2Hz82FFmN.jpg
                        height: 3000
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /8o9EHzK6S2oEUnziAiTL8WrTy5B.jpg
                        height: 3000
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /3CygvLoFmrsY1A7MXCUMdWt0CTK.jpg
                        height: 3000
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.675
                        file_path: /yKDVMLFpy5tuMMbu11DJeRZbFAP.jpg
                        height: 2960
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 1998
                      - aspect_ratio: 0.667
                        file_path: /mWF4vOSYOPGdFZmLLpOzk6Mb5Hk.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /wmsfywdtUEbWCNQoO6Pf0wQJeKK.jpg
                        height: 1500
                        iso_639_1: fr
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.675
                        file_path: /ms62sd7CH679dzbQDSmLcaL6ztc.jpg
                        height: 2960
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 1998
                      - aspect_ratio: 0.71
                        file_path: /z0ib01nlEXvjQENPgVxdoi4Yils.jpg
                        height: 2818
                        iso_639_1: el
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /hWAyCiXcV9jGPYv3QLioRxT5HrZ.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /pXj5O87PtPDPdUYUUrSQsIEMqtk.jpg
                        height: 1500
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /zX1GKPHmo2e2lWFecxt72K0dhs7.jpg
                        height: 1500
                        iso_639_1: es
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /spkLd7wxU3kcOkxBlin70iIIF3J.jpg
                        height: 1500
                        iso_639_1: fr
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /krxLoX8ZSxXhygGosISUpXo1kuB.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /zHHbU9Q4rwKhEMVfHEC0ZMREKIT.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
components:
  parameters:
    language:
      name: language
      in: query
      description: Specifies the language in which the response should be returned.
      schema:
        type: string
        example: en-US
    collection_id:
      name: collection_id
      in: path
      required: true
      description: A unique identifier assigned to a specific collection.
      schema:
        type: number
        example: ''
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````