import BaseService from '../service'; export default BaseService.extend({ modelName: 'ImportRecord', pageSize: 128 });