override suspend fun getSmallCategories(query: CategoryRequestQuery): SmallCategoryResponse {
        return callApi("$host$smallCategoryPath", query)
    }