Getting elements in a specfic index range of nested array

Hello @Ryo_Koezuka, welcome to the MongoDB Community forum!

You can use the $slice projection operator to limit the number of elements in the query result. Here is an example post from this forum: Limit the items returned from array