--- displayed_sidebar: jsClientSidebar --- # Class: ProductCollection [internal](../modules/internal.md).ProductCollection Base abstract entity for all entities ## Hierarchy - [`SoftDeletableEntity`](internal.SoftDeletableEntity.md) ↳ **`ProductCollection`** ## Properties ### createHandleIfNotProvided • `Private` **createHandleIfNotProvided**: `any` #### Defined in medusa/dist/models/product-collection.d.ts:8 ___ ### created\_at • **created\_at**: `Date` #### Inherited from [SoftDeletableEntity](internal.SoftDeletableEntity.md).[created_at](internal.SoftDeletableEntity.md#created_at) #### Defined in medusa/dist/interfaces/models/base-entity.d.ts:6 ___ ### deleted\_at • **deleted\_at**: ``null`` \| `Date` #### Inherited from [SoftDeletableEntity](internal.SoftDeletableEntity.md).[deleted_at](internal.SoftDeletableEntity.md#deleted_at) #### Defined in medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3 ___ ### handle • **handle**: `string` #### Defined in medusa/dist/models/product-collection.d.ts:5 ___ ### id • **id**: `string` #### Inherited from [SoftDeletableEntity](internal.SoftDeletableEntity.md).[id](internal.SoftDeletableEntity.md#id) #### Defined in medusa/dist/interfaces/models/base-entity.d.ts:5 ___ ### metadata • **metadata**: `Record`<`string`, `unknown`\> #### Defined in medusa/dist/models/product-collection.d.ts:7 ___ ### products • **products**: [`Product`](internal.Product.md)[] #### Defined in medusa/dist/models/product-collection.d.ts:6 ___ ### title • **title**: `string` #### Defined in medusa/dist/models/product-collection.d.ts:4 ___ ### updated\_at • **updated\_at**: `Date` #### Inherited from [SoftDeletableEntity](internal.SoftDeletableEntity.md).[updated_at](internal.SoftDeletableEntity.md#updated_at) #### Defined in medusa/dist/interfaces/models/base-entity.d.ts:7