---
lang: en
title: 'API docs: repository.embedsmany'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/repository
permalink: /doc/en/lb4/apidocs.repository.embedsmany.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [embedsMany](./repository.embedsmany.md)

## embedsMany() function

Decorator for embedsMany

**Signature:**

```typescript
export declare function embedsMany(definition?: Object): PropertyDecorator;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  definition | Object | _(Optional)_ |

**Returns:**

PropertyDecorator

A property decorator


