The blog constructor
const factory Blog({ String? id, String? handle, String? title, String? onlineStoreUrl, Articles? articles, }) = _Blog;