something like this ```python async for rows in database.iterate(query, values, n=10): rows ``` where `rows` would have 10 rows until there is <10 to be returned and it would simply return the rest