# How to include a specific id out of array relationship?

**URL:** https://discuss.jsonapi.org/t/how-to-include-a-specific-id-out-of-array-relationship/1852
**Category:** Uncategorized
**Created:** [February 28, 2020, 7:30am UTC](https://discuss.jsonapi.org/t/how-to-include-a-specific-id-out-of-array-relationship/1852 "2020-02-28T07:30:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![challarao](https://avatars.discourse-cdn.com/v4/letter/c/4bbf92/32.png) [@challarao](https://discuss.jsonapi.org/u/challarao)
#### Post date: [February 28, 2020, 7:30am UTC](https://discuss.jsonapi.org/t/how-to-include-a-specific-id-out-of-array-relationship/1852/1 "2020-02-28T07:30:59Z")

</div>

Let’s say I want to get the comment id 5 included in the included section of article resource?

There might be other ways of modelling this I’m missing here.

Thanks in advance.

---

<div class="post-metadata">

### Author: ![maark](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.jsonapi.org/maark/32/184_2.png) [@maark](https://discuss.jsonapi.org/u/maark)
#### Post date: [March 21, 2020, 3:25pm UTC](https://discuss.jsonapi.org/t/how-to-include-a-specific-id-out-of-array-relationship/1852/2 "2020-03-21T15:25:40Z")

</div>

The `included` section is for related resources.

To better answer your question, tell us more about your use case. Why would you need to only include one comment with a particular ID? What’s the purpose of the request?
