common Kotlin BSON • Test suites • opensavvy.ktmongo.bson.path • IntList IntList¶ @Serializable data class IntList(val items: List<Int>) Constructors¶ IntList¶ constructor(items: List<Int>) Properties¶ items¶ val items: List<Int>