ServerEntity

constructor(@Id id: String, name: String, description: String, owner: String, users: List<String> = listOf(owner), channels: List<ChannelEntity> = emptyList())