> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Pro Gallery # Type: Gallery Object # Link: https://dev.wix.com/docs/api-reference/assets/pro-gallery/gallery-object.md ## Schema: ```json Type: Gallery Object | type: Gallery - name: id | type: string | description: Gallery ID. - name: value | type: string | description: - name: name | type: string | description: Gallery name. - name: totalItems | type: number | description: Total number of items in the gallery. - name: value | type: number | description: - name: items | type: Array | description: Media items in the gallery. - name: id | type: string | description: Item ID. - name: sortOrder | type: number | description: Index that determines which position a media item is displayed in the gallery.
Default: [Epoch](https://www.epoch101.com/) timestamp.
>**Note:** If you assign the same sort order index to more than one media item in a gallery, the function fails. - name: value | type: number | description: - name: title | type: string | description: Item title. - name: description | type: string | description: Item description. - name: link | type: Link | description: Link from the item. You can link to Wix sites or external URLs. - name: text | type: string | description: Display text of the link. - name: url | type: string | description: Target URL of the link. - name: type | type: string | description: Type of item. enum: UNDEFINED, IMAGE, VIDEO, TEXT - name: createdDate | type: string | description: Date and time the item was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the item was last updated. - name: tags | type: Tags | description: Item tags. - name: values | type: Array | description: List of tags assigned to the media item. - name: sortOrder | type: number | description: Index that determines which position a gallery is displayed on the site.
>**Note:** If you assign the same sort order index to more than one gallery, the function fails. - name: createdDate | type: string | description: Date and time the gallery was created. ```