---
lang: en
title: 'API docs: repository.embedsmany'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/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

<b>Signature:</b>

```typescript
export declare function embedsMany(definition?: Object): PropertyDecorator;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  definition | Object |  |

<b>Returns:</b>

PropertyDecorator

A property decorator


