Collection constructor
Collection({})
Implementation
Collection(
{required this.id,
required this.title,
required this.description,
required this.private,
required this.mediaCount,
required this.photosCount,
required this.videosCount});