BasketsResult$0: {
    baskets?: Basket[];
    total: number;
} & {
    [key: string]: any;
}