getFavouritesCount

open suspend override fun getFavouritesCount(): Result<FavouritesCount, Error>

Makes a call to Favourites Service Microservice and retrieves the count of all Favourites.

Return

a valid Result object with FavouritesCount instance, if successful, or Error instance in case of the failure.