package com.suno.android.common_data.discover object DiscoverConstants { // Using small page size for small initial fetch and try to avoid server timeouts const val NETWORK_PAGE_SIZE = 5 const val NETWORK_PREFETCH_DISTANCE = 2 }