Need for mdata methods like mdataListEntriesFirst(int), mdataListEntriesLast(int)

May be I am missing something but I cannot find in NativeBindings methods for retrieving range of entries.
Such functionality will be useful in real world apps like for example messaging app where you need to retrieve and show the last N messages.
Also a method like mdataListEntriesRange(int, int) would be useful too.

Is there such functionality?

(btw, I am not sure that such functionality can be developed efficiently enough at the low level (rust). For now I am implementing it at “wrapper lib” level (uses mdataListEntries() and then returns just the needed))