PaginatedMediaVideoResponse
Paginated response containing video media items with navigation metadata
type PaginatedMediaVideoResponse {
items: [MediaVideo!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
PaginatedMediaVideoResponse.items
● [MediaVideo!]!
non-null object
Collection of items returned for the current page.
Contains the actual data items matching the search criteria, limited by the pagination settings. The array will be empty if no items match the search criteria.
PaginatedMediaVideoResponse.itemsFound
● Int!
non-null scalar
Total number of items matching the search criteria.
Represents the complete count of items that match the search filters, regardless of pagination. Used to calculate total pages and display result counts.
PaginatedMediaVideoResponse.offset
● Int!
non-null scalar
Number of items displayed per page.
Controls how many items are returned in each page of results. Used for pagination calculations and determining page boundaries.
PaginatedMediaVideoResponse.page
● Int!
non-null scalar
Current page number being displayed.
Indicates which page of results is currently being shown. Pages start at 1 and increment based on the offset size.
PaginatedMediaVideoResponse.pages
● Int!
non-null scalar
Total number of pages available.
Calculated based on the total items found divided by the items per page. Used for pagination navigation and determining if there are more pages available.
PaginatedMediaVideoResponse.start
● Int!
non-null scalar
Starting position number for items on the current page.
Indicates the position of the first item displayed on this page within the complete result set. Useful for displaying "Showing X-Y of Z results" information.
PaginatedMediaVideoResponse.end
● Int!
non-null scalar
Ending position number for items on the current page.
Indicates the position of the last item displayed on this page within the complete result set. Will not exceed the total number of items found.
Returned By
mediaVideos
query
Member Of
Media
object ● Product
object ● ProductMedia
object ● SparePartsMachineMedia
object