| offset | [int32](#int32) | | offset is the offset of the first memo to return. |
| offset | [int32](#int32) | | offset is the offset of the first memo to return. |
| limit | [int32](#int32) | | limit is the maximum number of memos to return. |
| limit | [int32](#int32) | | limit is the maximum number of memos to return. |
| filter | [string](#string) | | Filter is used to filter memos returned in the list. Format: "creator == users/{username} && visibility == PUBLIC" |
| filter | [string](#string) | | Filter is used to filter memos returned in the list. Format: "creator == users/{username} && visibilities == ['PUBLIC', 'PROTECTED']" |