When we use mongoengine and want to get last item, most of us use as this example.
Users.objects.order_by('-id').first()
I want to use last(), instead of above example. because I think first and last must be paired.
The following code is what I want.
Thank you for your effort, contributors. 👍