export interface VideoPagination { currentPage: number itemsPerPage: number totalItems: number }