pub async fn fetch( pool: Data<PgPool>, query: Query<RoleQuery>, user: AuthUser, ) -> ControllerResult<Json<Vec<RoleUser>>>