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

# Images

> This endpoint retrieves the information about images in the collection.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/collection/{{collection_id}}/images
openapi: 3.0.3
info:
  title: The Movie Database API
  description: >-
    Welcome to the third version of The Movie Database (TMDB) API. Our API
    provides you with vast access to a range of movies, TV shows, actor
    information, and images.


    With the TMDB API, you can easily integrate any of these functionalities in
    your application.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: Collection
security:
  - bearerAuth: []
tags:
  - name: Validate Key
  - name: Authentication
  - name: Guest Sessions
  - name: Configuration
  - name: Account
  - name: Search
  - name: Discover
  - name: Find
  - name: Keyword
  - name: Lists
  - name: V3 vs V4
    description: >-
      There is version 4 (v4) for our list API. It contains several advanced
      improvements that differentiate it from the version 3 (v3) list. Although
      v3 lists will continue to work, you can only access these features if you
      switch to v4 lists.


      Some of the new improvements you can access on v4 lists include:


      - You can Import "unlimited" items in a single request
          
      - You can use mixed-type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          

      Check the v4 [documentation
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /3/collection/{{collection_id}}/images:
    parameters:
      - name: collection_id
        in: path
        description: >-
          This represents the collection ID. Get it
          [here](https://starlight.mintlify.app/api-reference/collectionid)
        required: true
        schema:
          type: string
    get:
      tags:
        - Collections
      summary: Images
      description: This endpoint retrieves the information about images in the collection.
      operationId: images
      parameters:
        - name: include_image_language
          in: query
          schema:
            type: string
            example: en
          description: This represents addditional language of the movie to be fetched.
        - name: language
          in: query
          schema:
            type: string
            example: en
          description: |-
            This represents the langauge of the movie to be fetched
            .
      responses:
        '200':
          description: Images
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=22493
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Tue, 10 Dec 2024 12:36:39 GMT
            ETag:
              schema:
                type: string
                example: W/"8b92e892cb91fb030c7f3de6e4f00cd1"
            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 077b94dab77b8114aebf503be197d7d8.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 5D_mx-ChiZYNAEcRdtGB0wAs4javGmbaQ_sfVowobKG8mrd9--5DZA==
            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: '675'
            x-memc-expires:
              schema:
                type: string
                example: '22493'
            x-memc-key:
              schema:
                type: string
                example: 8d22b8835fd4d2b198d791311f939ce7
          content:
            application/json:
              schema:
                type: object
                properties:
                  backdrops:
                    type: array
                    items:
                      type: object
                      properties:
                        aspect_ratio:
                          type: number
                          example: 1.778
                        file_path:
                          type: string
                          example: /trf3Hi3tPOJARsCBoVMDBlpjPC4.jpg
                        height:
                          type: number
                          example: 1080
                        iso_639_1:
                          type: string
                          example: en
                        vote_average:
                          type: number
                          example: 5.442
                        vote_count:
                          type: number
                          example: 7
                        width:
                          type: number
                          example: 1920
                    example:
                      - aspect_ratio: 1.778
                        file_path: /trf3Hi3tPOJARsCBoVMDBlpjPC4.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.442
                        vote_count: 7
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /h3JDR9iruHqwGC4Dm8UbYkY9paK.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.392
                        vote_count: 8
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /itH1Wlzwf6yTNa7fVkYMVUwXlhR.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.388
                        vote_count: 4
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /benqmUIQGqU7iMYrDl8aUxhXWC.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.318
                        vote_count: 3
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /noKFlPn2GjuUounuxtmPnkRlZpa.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.266
                        vote_count: 6
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /e9mh9iqVxhon2Y7pkLZ7zItUWHX.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.266
                        vote_count: 5
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /n9NcXAZIurCo9RHvMahOCT244rF.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.252
                        vote_count: 4
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /e2XZ6rbBFYqWB5n5na4GCjljfDM.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.246
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /oGf9FeB8coLGYVp3SMHjAR809Lv.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 4.962
                        vote_count: 11
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /kIL3Me1fuwPqYvE26N47bQuLz4a.jpg
                        height: 2160
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 3840
                      - aspect_ratio: 1.781
                        file_path: /6hMN4oospeDItQlACbAWkjI7nC9.jpg
                        height: 842
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1500
                      - aspect_ratio: 1.778
                        file_path: /k3cZ5ked9bV1xHsmEdOYEZEIRu5.jpg
                        height: 720
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1280
                      - aspect_ratio: 1.778
                        file_path: /nIeP3qpucW6WAKOydqrnxAeAqKh.jpg
                        height: 720
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1280
                  id:
                    type: number
                    example: 10
                  posters:
                    type: array
                    items:
                      type: object
                      properties:
                        aspect_ratio:
                          type: number
                          example: 0.667
                        file_path:
                          type: string
                          example: /r8Ph5MYXL04Qzu4QBbq2KjqwtkQ.jpg
                        height:
                          type: number
                          example: 3000
                        iso_639_1:
                          type: string
                          example: en
                        vote_average:
                          type: number
                          example: 5.782
                        vote_count:
                          type: number
                          example: 21
                        width:
                          type: number
                          example: 2000
                    example:
                      - aspect_ratio: 0.667
                        file_path: /r8Ph5MYXL04Qzu4QBbq2KjqwtkQ.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.782
                        vote_count: 21
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /22dj38IckjzEEUZwN1tPU5VJ1qq.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.696
                        vote_count: 13
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /gq5Wi7i4SF3lo4HHkJasDV95xI9.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.592
                        vote_count: 30
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /iTQHKziZy9pAAY4hHEDCGPaOvFC.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.46
                        vote_count: 23
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /pWVLFh4OuejTpUaDQbB1C4zoS2p.jpg
                        height: 2529
                        iso_639_1: en
                        vote_average: 5.456
                        vote_count: 11
                        width: 1686
                      - aspect_ratio: 0.667
                        file_path: /bYbHqvRANCpuRTs0RAu10LhmVKU.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.392
                        vote_count: 8
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /aSrMJYmQX8kpF26LijkCsYhBMvm.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.39
                        vote_count: 6
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /cEHz2gnXYZuqNGc8hAy35VgIvbT.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.388
                        vote_count: 4
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /tdQzRSk4PXX6hzjLcQWHafYtZTI.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.388
                        vote_count: 4
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /vKeB6QYgi0b7VHHmeJ8JZzC99K8.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.384
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /btVpLbQCNE8mDTRrb6Llk5B5pGr.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.334
                        vote_count: 11
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /8Li4KawpEa5i2gm5gFSBKmEFtvy.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.318
                        vote_count: 3
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /xFnzs2hjiWBgv46XnCdBUToBKED.jpg
                        height: 2529
                        iso_639_1: en
                        vote_average: 5.318
                        vote_count: 3
                        width: 1686
                      - aspect_ratio: 0.667
                        file_path: /rG8P8pPUDSm02VW3cKtivca4rqE.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /jGNtfNeFRmJBIwL1exFteZhedOr.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /fByDz2DSFKR8jugyApmHFUQF1pq.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /oFgwvpoPi2Ixcg3YLxQpYhoH1Jm.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /9cSsr4dqTSqSlUOsbufco2YRrZQ.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /l9cWYWFwRZNdw0r2gesdDyXTbGx.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /sqYlJCjwdbhxlhbOVK9iMLYUZIF.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /qhEimz49g0r2sQ06Xfb8Hxmfk3T.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /drr5Td2aWuUR23ckuSOP6DhXBGL.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /sJ0zFbzrTAG3riisqLuhF8WcM45.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /mWU0DuJtl2bOno6kwXs3HZ3abwC.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /9m4sVAYCZcxdJR3D4xAbLZE7PuE.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /mLRwi2OQZWT58tOH83ysZWMnhUN.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /hf10Oz89bIyrtjKraH849ZCQliM.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /10rGm5WQpXclsqr2T8SFLYWMI0Q.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.666
                        file_path: /knhIHcaUdLExfdksyvcIEssbJzT.jpg
                        height: 2437
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1624
                      - aspect_ratio: 0.666
                        file_path: /nH3TpzQOPtnqauB8kntTnljBIns.jpg
                        height: 2437
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1624
                      - aspect_ratio: 0.666
                        file_path: /4b3V0P5hpUHTM8ggfQQFFqKe5lc.jpg
                        height: 2437
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1624
                      - aspect_ratio: 0.667
                        file_path: /nMqQzmePEvjVcQZxKC38nS9Dqvh.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /mEpQbsUSekbQRdffXMeQWjeHb34.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.31
                        vote_count: 24
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /aLDdG5e3c2qNMcWzlxAnW15okOr.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.29
                        vote_count: 11
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /bLPTI0236VjeBhcycu2wUwNSXGv.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.276
                        vote_count: 12
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /z37SuzzQZawvdBmtYcQWxriQmCK.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.27
                        vote_count: 10
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /drJ1vvVlwr5bmH9ssOl1m37q3Lc.jpg
                        height: 2100
                        iso_639_1: en
                        vote_average: 5.258
                        vote_count: 6
                        width: 1400
                      - aspect_ratio: 0.667
                        file_path: /ww4rH6EQ3610fBNuZBdIL9hSYkE.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.258
                        vote_count: 6
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /lYFNh6yeYWTPgg0qvnZMKKA8RS1.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.246
                        vote_count: 2
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /dcVdgUBO8lpuKpH7GzeyeqjSO0l.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.246
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /wCRLEnMHmMLiQ6ixs8lbggLeNq4.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.238
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /kVstTGhkSsILxxIUYIEGmlaYTFe.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.182
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /k6SPwdWi1m3p2JhoYn2KhRgZgEx.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.18
                        vote_count: 3
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /xAwL3ySFqWHYjpqXlQQXcbWCoII.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.128
                        vote_count: 6
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /4gsn3sBxH3Owx1Id7lTYkW52524.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.118
                        vote_count: 4
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /xwsYa1wA9EB9ibW1stJZpqHznKY.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.058
                        vote_count: 6
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /dLBoWkfIbEQRAYiXdB2uMXAqFoT.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.056
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /y6oGacKFP025f0PVwG94X60jjQS.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.054
                        vote_count: 15
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /klv4rvIxnyJcZAI3DFvW5gHTSpM.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.004
                        vote_count: 10
                        width: 1000
                      - aspect_ratio: 0.664
                        file_path: /gZPLydtYmniGwP4zoxTnP47yWnu.jpg
                        height: 1084
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 720
                      - aspect_ratio: 0.667
                        file_path: /6EvyuI0XpL7JopXTE72FsgM5d47.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /3JacSFXvk9AbCjz0nTdHMkDwTTH.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /vGkiaAWM6B0bFyz2aW3fSRSM8cH.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /oG2xkP2Kwkrn3C8dyqyRXMOEx50.jpg
                        height: 2100
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1400
                      - aspect_ratio: 0.675
                        file_path: /lGM4SPc5MtQDUTz6M18aVTEjy7Y.jpg
                        height: 1481
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /q2FanXsFtdrOsrGplVtOg7oFrc3.jpg
                        height: 2400
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1600
                      - aspect_ratio: 0.667
                        file_path: /8EjZLn7SZ9fG6l2anOJwB8u6prb.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /27d091mfAQ7PJ0TrZaglWPzm0va.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /nf3N6GphVFJCTUdlb4nQyxgFk7T.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /zVEJCIguJkxSFaQZSSFMq6l2Vq3.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.666
                        file_path: /p8PPWEfm30i9pIcbu5fXQBcTi5L.jpg
                        height: 1762
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1174
                      - aspect_ratio: 0.667
                        file_path: /bH5tGEuQexH0bt4ruobaquxv7U4.jpg
                        height: 2250
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1500
                      - aspect_ratio: 0.667
                        file_path: /6Rj64rPRrzoN0Dm7UQdW36YwuIi.jpg
                        height: 1024
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 683
                      - aspect_ratio: 0.667
                        file_path: /fD8QxkMfIRtEBvpNMUCi3NYLbtc.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /mwcBF8UlkRO7O3N4fPpQX98kxrN.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /sYxKQMKQ4aX7LZW4mEv7V8bOp9e.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /iKsKr7NWsnLexbUp817Ml3JjtLW.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /qj7Rc0ATtQKzENyxiDEVa2FJMRN.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /lXKITigyTM0ksasVTT9LJ8QrUsg.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /8WWklc0zwZDhjOIVgyrxAbYqgOj.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /t9imDkEU1U5lYnzw01xVkZ0Hyei.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
              examples:
                Images:
                  value:
                    backdrops:
                      - aspect_ratio: 1.778
                        file_path: /trf3Hi3tPOJARsCBoVMDBlpjPC4.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.442
                        vote_count: 7
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /h3JDR9iruHqwGC4Dm8UbYkY9paK.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.392
                        vote_count: 8
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /itH1Wlzwf6yTNa7fVkYMVUwXlhR.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.388
                        vote_count: 4
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /benqmUIQGqU7iMYrDl8aUxhXWC.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.318
                        vote_count: 3
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /noKFlPn2GjuUounuxtmPnkRlZpa.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.266
                        vote_count: 6
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /e9mh9iqVxhon2Y7pkLZ7zItUWHX.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.266
                        vote_count: 5
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /n9NcXAZIurCo9RHvMahOCT244rF.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.252
                        vote_count: 4
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /e2XZ6rbBFYqWB5n5na4GCjljfDM.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 5.246
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /oGf9FeB8coLGYVp3SMHjAR809Lv.jpg
                        height: 1080
                        iso_639_1: en
                        vote_average: 4.962
                        vote_count: 11
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /kIL3Me1fuwPqYvE26N47bQuLz4a.jpg
                        height: 2160
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 3840
                      - aspect_ratio: 1.781
                        file_path: /6hMN4oospeDItQlACbAWkjI7nC9.jpg
                        height: 842
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1500
                      - aspect_ratio: 1.778
                        file_path: /k3cZ5ked9bV1xHsmEdOYEZEIRu5.jpg
                        height: 720
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1280
                      - aspect_ratio: 1.778
                        file_path: /nIeP3qpucW6WAKOydqrnxAeAqKh.jpg
                        height: 720
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1280
                    id: 10
                    posters:
                      - aspect_ratio: 0.667
                        file_path: /r8Ph5MYXL04Qzu4QBbq2KjqwtkQ.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.782
                        vote_count: 21
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /22dj38IckjzEEUZwN1tPU5VJ1qq.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.696
                        vote_count: 13
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /gq5Wi7i4SF3lo4HHkJasDV95xI9.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.592
                        vote_count: 30
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /iTQHKziZy9pAAY4hHEDCGPaOvFC.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.46
                        vote_count: 23
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /pWVLFh4OuejTpUaDQbB1C4zoS2p.jpg
                        height: 2529
                        iso_639_1: en
                        vote_average: 5.456
                        vote_count: 11
                        width: 1686
                      - aspect_ratio: 0.667
                        file_path: /bYbHqvRANCpuRTs0RAu10LhmVKU.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.392
                        vote_count: 8
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /aSrMJYmQX8kpF26LijkCsYhBMvm.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.39
                        vote_count: 6
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /cEHz2gnXYZuqNGc8hAy35VgIvbT.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.388
                        vote_count: 4
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /tdQzRSk4PXX6hzjLcQWHafYtZTI.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.388
                        vote_count: 4
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /vKeB6QYgi0b7VHHmeJ8JZzC99K8.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.384
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /btVpLbQCNE8mDTRrb6Llk5B5pGr.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.334
                        vote_count: 11
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /8Li4KawpEa5i2gm5gFSBKmEFtvy.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.318
                        vote_count: 3
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /xFnzs2hjiWBgv46XnCdBUToBKED.jpg
                        height: 2529
                        iso_639_1: en
                        vote_average: 5.318
                        vote_count: 3
                        width: 1686
                      - aspect_ratio: 0.667
                        file_path: /rG8P8pPUDSm02VW3cKtivca4rqE.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /jGNtfNeFRmJBIwL1exFteZhedOr.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /fByDz2DSFKR8jugyApmHFUQF1pq.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /oFgwvpoPi2Ixcg3YLxQpYhoH1Jm.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /9cSsr4dqTSqSlUOsbufco2YRrZQ.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /l9cWYWFwRZNdw0r2gesdDyXTbGx.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /sqYlJCjwdbhxlhbOVK9iMLYUZIF.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /qhEimz49g0r2sQ06Xfb8Hxmfk3T.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /drr5Td2aWuUR23ckuSOP6DhXBGL.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /sJ0zFbzrTAG3riisqLuhF8WcM45.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /mWU0DuJtl2bOno6kwXs3HZ3abwC.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /9m4sVAYCZcxdJR3D4xAbLZE7PuE.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /mLRwi2OQZWT58tOH83ysZWMnhUN.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /hf10Oz89bIyrtjKraH849ZCQliM.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /10rGm5WQpXclsqr2T8SFLYWMI0Q.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1000
                      - aspect_ratio: 0.666
                        file_path: /knhIHcaUdLExfdksyvcIEssbJzT.jpg
                        height: 2437
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1624
                      - aspect_ratio: 0.666
                        file_path: /nH3TpzQOPtnqauB8kntTnljBIns.jpg
                        height: 2437
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1624
                      - aspect_ratio: 0.666
                        file_path: /4b3V0P5hpUHTM8ggfQQFFqKe5lc.jpg
                        height: 2437
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 1624
                      - aspect_ratio: 0.667
                        file_path: /nMqQzmePEvjVcQZxKC38nS9Dqvh.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.312
                        vote_count: 1
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /mEpQbsUSekbQRdffXMeQWjeHb34.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.31
                        vote_count: 24
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /aLDdG5e3c2qNMcWzlxAnW15okOr.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.29
                        vote_count: 11
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /bLPTI0236VjeBhcycu2wUwNSXGv.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.276
                        vote_count: 12
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /z37SuzzQZawvdBmtYcQWxriQmCK.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.27
                        vote_count: 10
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /drJ1vvVlwr5bmH9ssOl1m37q3Lc.jpg
                        height: 2100
                        iso_639_1: en
                        vote_average: 5.258
                        vote_count: 6
                        width: 1400
                      - aspect_ratio: 0.667
                        file_path: /ww4rH6EQ3610fBNuZBdIL9hSYkE.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.258
                        vote_count: 6
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /lYFNh6yeYWTPgg0qvnZMKKA8RS1.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.246
                        vote_count: 2
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /dcVdgUBO8lpuKpH7GzeyeqjSO0l.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.246
                        vote_count: 2
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /wCRLEnMHmMLiQ6ixs8lbggLeNq4.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.238
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /kVstTGhkSsILxxIUYIEGmlaYTFe.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.182
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /k6SPwdWi1m3p2JhoYn2KhRgZgEx.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 5.18
                        vote_count: 3
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /xAwL3ySFqWHYjpqXlQQXcbWCoII.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.128
                        vote_count: 6
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /4gsn3sBxH3Owx1Id7lTYkW52524.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.118
                        vote_count: 4
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /xwsYa1wA9EB9ibW1stJZpqHznKY.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.058
                        vote_count: 6
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /dLBoWkfIbEQRAYiXdB2uMXAqFoT.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.056
                        vote_count: 5
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /y6oGacKFP025f0PVwG94X60jjQS.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.054
                        vote_count: 15
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /klv4rvIxnyJcZAI3DFvW5gHTSpM.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 5.004
                        vote_count: 10
                        width: 1000
                      - aspect_ratio: 0.664
                        file_path: /gZPLydtYmniGwP4zoxTnP47yWnu.jpg
                        height: 1084
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 720
                      - aspect_ratio: 0.667
                        file_path: /6EvyuI0XpL7JopXTE72FsgM5d47.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /3JacSFXvk9AbCjz0nTdHMkDwTTH.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.701
                        file_path: /vGkiaAWM6B0bFyz2aW3fSRSM8cH.jpg
                        height: 1426
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /oG2xkP2Kwkrn3C8dyqyRXMOEx50.jpg
                        height: 2100
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1400
                      - aspect_ratio: 0.675
                        file_path: /lGM4SPc5MtQDUTz6M18aVTEjy7Y.jpg
                        height: 1481
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /q2FanXsFtdrOsrGplVtOg7oFrc3.jpg
                        height: 2400
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1600
                      - aspect_ratio: 0.667
                        file_path: /8EjZLn7SZ9fG6l2anOJwB8u6prb.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /27d091mfAQ7PJ0TrZaglWPzm0va.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /nf3N6GphVFJCTUdlb4nQyxgFk7T.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /zVEJCIguJkxSFaQZSSFMq6l2Vq3.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.666
                        file_path: /p8PPWEfm30i9pIcbu5fXQBcTi5L.jpg
                        height: 1762
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1174
                      - aspect_ratio: 0.667
                        file_path: /bH5tGEuQexH0bt4ruobaquxv7U4.jpg
                        height: 2250
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1500
                      - aspect_ratio: 0.667
                        file_path: /6Rj64rPRrzoN0Dm7UQdW36YwuIi.jpg
                        height: 1024
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 683
                      - aspect_ratio: 0.667
                        file_path: /fD8QxkMfIRtEBvpNMUCi3NYLbtc.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /mwcBF8UlkRO7O3N4fPpQX98kxrN.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /sYxKQMKQ4aX7LZW4mEv7V8bOp9e.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /iKsKr7NWsnLexbUp817Ml3JjtLW.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /qj7Rc0ATtQKzENyxiDEVa2FJMRN.jpg
                        height: 3000
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 2000
                      - aspect_ratio: 0.667
                        file_path: /lXKITigyTM0ksasVTT9LJ8QrUsg.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /8WWklc0zwZDhjOIVgyrxAbYqgOj.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
                      - aspect_ratio: 0.667
                        file_path: /t9imDkEU1U5lYnzw01xVkZ0Hyei.jpg
                        height: 1500
                        iso_639_1: en
                        vote_average: 0
                        vote_count: 0
                        width: 1000
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````