override suspend fun getCategories(): Set<Category> {
        return categories.getIds().mapNotNull { categories.getById(it) }.toSet()
    }