And `.take(1)` is just same as `.first()`
# rx
e
And
.take(1)
is just same as
.first()