factory Blog({ String? id, String? handle, String? title, String? url, Articles? articles, }) = _Blog;