mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
fixed issues with related resources that have a single link for a hasMany relationship (e.g. item.bitstreams)
This commit is contained in:
@@ -5,9 +5,9 @@ import { Item } from "./item.model";
|
||||
export class Bitstream extends DSpaceObject {
|
||||
|
||||
/**
|
||||
* The size of this bitstream in bytes(?)
|
||||
* The size of this bitstream in bytes
|
||||
*/
|
||||
size: number;
|
||||
sizeBytes: number;
|
||||
|
||||
/**
|
||||
* The mime type of this Bitstream
|
||||
|
Reference in New Issue
Block a user