export const withoutOwnerFirst = (a, b) => a.owner ? 1 : -1;