Optionalfrom: { id: number; type: "beatmapset" | "build" | "news_post" }From where are the comments coming from? Maybe a beatmapset, but then, which beatmapset?
Optionalparent: number | CommentThe comments are replying to which comment? Make the id 0 to filter out replies (and only get top level comments)
Optionalsort: {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!