---
lang: en
title: 'API docs: repository.referencesmanyaccessor'
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.referencesmanyaccessor.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [ReferencesManyAccessor](./repository.referencesmanyaccessor.md)

## ReferencesManyAccessor interface

**Signature:**

```typescript
export interface ReferencesManyAccessor<Target extends Entity, SourceId> 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [inclusionResolver](./repository.referencesmanyaccessor.inclusionresolver.md) |  | [InclusionResolver](./repository.inclusionresolver.md)<!-- -->&lt;[Entity](./repository.entity.md)<!-- -->, Target&gt; | Use <code>resolver</code> property to obtain an InclusionResolver for this relation. |


