public async Task <IActionResult> GetAll([FromQuery] PaginationFilter filter) { return(Ok(await _profilesService.GetAllAsync(filter))); }