I read a code of finch-library, and I see such examples
finch
get("todos") { storeRef.get.map(m => Ok(m.values.toList.sortBy(-_.id))) }