Create a query with limit and anchor it to the end of the window.
Query limitToLast(int limit) { return Query._( _queryDelegate, _modifiers.limit(LimitModifier.limitToLast(limit)), ); }