We should consider establishing the common set of filtering and sorting options here. Since the Python APIs always give us back the entire list in memory at once, filtering and sorting even when the server does not support it is easy and we can add this wherever it makes sense independent of server support.
We should consider establishing the common set of filtering and sorting options here. Since the Python APIs always give us back the entire list in memory at once, filtering and sorting even when the server does not support it is easy and we can add this wherever it makes sense independent of server support.