This is a weird behaviour when setting the offset parameter so I have 9825 entities and ```python len(list(client.query(kind="Foo").fetch())) ``` Will yield 9825, but ```python len(list(client.query(kind="Foo").fetch(offset=1))) ``` will yield 9808
This is a weird behaviour when setting the offset parameter so I have 9825 entities and
Will yield 9825, but
will yield 9808