[@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / ListCommentsParams
# Type Alias: ListCommentsParams
> **ListCommentsParams** = `object`
Generated by orval v7.9.0 🍺
Do not edit manually.
service.proto
OpenAPI spec version: version not set
## Properties
### fields?
> `optional` **fields**: `string`[]
Fields to return for each comment.
***
### ids?
> `optional` **ids**: `string`[]
Array of requested id.
***
### page?
> `optional` **page**: `number`
Page number for pagination.
***
### q?
> `optional` **q**: `string`
Query string for search.
***
### size?
> `optional` **size**: `number`
Number of comments per page.
***
### sort?
> `optional` **sort**: `string`
Sorting order.