# @ebahie something like```nim # type # Author = object # id: int # username: string # ... # Entry = object # id: int # `type`: int # content: string # channelId: int # ...