CustomerProductListResult: {
    data: CustomerProductList[];
    limit: number;
    total: number;
} & {
    [key: string]: any;
}