AlbumItem
data class AlbumItem(val id: Long, val types: Set<AlbumType>, val description: String, val covers: List<AlbumCover>, val createdAt: Long, val updatedAt: Long, val firstPhotoCreatedAt: Long, val lastPhotoCreatedAt: Long, val itemsCount: Int, val isViewed: Boolean, val isVisible: Boolean, val hideItems: Boolean, val setSharedLink: String?) : Parcelable