import type { Metadata } from './Metadata'; export type _PaginatedDto = { /** * The metadata for the paginated results */ metadata: Metadata; };