Optional
from: { id: number; type: "beatmapset" | "build" | "news_post" }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?
Get comments that meet any of your requirements!