class BrowseViewModel @Inject constructor(
    private val getListingsBySearch: GetListingsBySearch,
    private val getListings: GetListings,
    private val getCategories: GetCategories
) : ViewModel() {