override suspend fun getCategory(id: Id): Category? =
        categoryDao.loadById(id)?.let { fromCategory(it) }