Optional
from: { From where are the comments coming from? Maybe a beatmapset, but then, which beatmapset?
Optional
parent: number | CommentThe comments are replying to which comment? Make the id 0 to filter out replies (and only get top level comments)
Optional
sort: { Should the comments be sorted by votes? Should they be from after a certain date? Maybe you can give a cursor?
Optional
after?: number | CommentOptional
cursor?: null | { Optional
type?: "new" | "old" | "top"
Get comments that meet any of your requirements!