fetchHousesSection

open suspend fun fetchHousesSection(    world: String,     town: String,     type: HouseType? = null,     status: HouseStatus? = null,     order: HouseOrder? = null): TibiaResponse<HousesSection?>(source)

Fetch the houses section for a world and town.