interface GetPersonaAttributeCountOptions { readonly organisation: string; readonly filter: object; } export default GetPersonaAttributeCountOptions;