> **populateId**\<`T`\>(`id?`, `objs?`): `T` \| `undefined`

Given an ID and the {data} from a list query, return the object with that ID.

## Type Parameters

### T

`T` *extends* `object`

## Parameters

### id?

`string`

### objs?

[`ListResponse`](../interfaces/ListResponse.md)\<`T`\>

## Returns

`T` \| `undefined`
