Article

constructor(id: Long = 0, title: String, content: String, images: List<String> = mutableListOf(), authorId: Long, viewCount: Long = 0, createdAt: Instant = Instant.now(), updatedAt: Instant = Instant.now())