createAlbumsFlow

abstract fun createAlbumsFlow(userId: Long, albumTypes: List<AlbumType>): Flow<List<AlbumItem>>
abstract fun createAlbumsFlow(userId: Long): Flow<List<AlbumItem>>