take

fun <T> LiveData<T>.take(count: Int): LiveData<T>

Emits the first n valueus