{ user: { id: 1, name: 'Jean' }, products: [...], cart: { items: [], total: 0 }, ui: { isLoading: false, error: null } }