---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/mrt](../index.md) / MrtBundlesView

# Interface: MrtBundlesView

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:922](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L922)

Backend-neutral bundle list result.

## Properties

### backend

> **backend**: [`MrtBackend`](../type-aliases/MrtBackend.md)

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:924](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L924)

Backend that served the list.

***

### bundles

> **bundles**: [`MrtBundleView`](MrtBundleView.md)[]

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:928](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L928)

Normalized bundle rows, consumed by the CLI table.

***

### count

> **count**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:926](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L926)

Total count reported by the backend.

***

### raw

> **raw**: `unknown`

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/push.ts:936](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/packages/b2c-tooling-sdk/src/operations/mrt/push.ts#L936)

The raw, backend-native list response, surfaced verbatim under `--json` so
each backend keeps its original machine contract (legacy: the MRT Cloud API
list shape — `count`/`next`/`previous`/`bundles`; SCAPI: the Storefront
Deployments response — `data`/`total`). The normalized [bundles](#bundles) feed
the human table only.
