const factory Comment({ required int id, required int numChildren, required bool pinned, required Post post, }) = _Comment;