PaginatedResponse<M>: {
    items: SerializedType<M>[];
    total: number;
}

Type Parameters