CategoryEntity

constructor(id: Long = 0, personId: Long, name: String, emoji: String, threshold: Int = 10, isPositive: Boolean = false, totalCount: Int = 0, tensionLevel: Int = 1, growthTag: String = "", createdAt: Long = System.currentTimeMillis())